1 Reply Latest reply on Apr 14, 2010 5:35 AM by harut

    Lazy tabPanel

      I need a tabPanel of speed, that makes user feel running in business flows but also I want tabChanges shouldn't call getter methods of form-bound java objects every time. A suggestion was to make switchType attribute of each tab dynamic; that means first default switchType is Ajax, after first contact with any tab, we change tab's switchType to client and it's not needed to call getters after now. But what problems can we meet? Or any other ideas??

        • 1. Re: Lazy tabPanel
          harut

          If there is no need to reinitialize some bean properties after clicking on any tab, then set swithType="client", and implement all tabs related data initialization once when page is loading...