1 Reply Latest reply on May 5, 2010 5:00 AM by ilya_shaikovsky

    rich:tabPanel performance

    asookazian

      using RF 3.3.x

       

      We have noticed that the performance of rich:tabPanel may be improved.  Is there a way to configure the component to *not* load data for backing beans for the tabs other than the one user clicked?  i.e. all the data for all the tabs is loaded when i click a new tab, why?  thx.

       

      <rich:tabPanel switchType="server" selectedTab="accountInfo" id="view_merchant_tabs"
                  binding="#{editMerchantPane.mainTabPanel}">

      </rich:tabPanel>