1 Reply Latest reply on Nov 19, 2008 7:37 PM by nbelaevski

    Is it possible not to put inactive tabs content into compone

    vladimir.kovalyuk

      The main goal is not to touch database for the data models whose components are not rendered on the page.

      I'd like to show the page to the user and query an huge array of data from the database only when the user has activated specific tab.

      One more pitfall - when you expect that attribute expressions in componens within inactive tab are't be evaluated it is not true. And you can get NPE or LIE or whatever you wrote in your expression. Such sort of problems not always can be predicted.

      Now it doesn't make sense to apply ajax switching mode to rich:tabPanel.