0 Replies Latest reply on Jun 24, 2008 12:00 PM by thinkwise

    TabPanel -> Tabitem render only

      I created a tabPanel with dynamic tabitems. The tabitems contain a lot of content(components). I want the tabitem to be initalized on the first time it is active/selected. When the tabChange event fires I put the "switchType" attribute of the tabitem to the value "client".

      So only the tabitems which are not been clicked will be initialized. My problem by doing this is that the whole tabpanel will be rendered and sent over to the client browser by a tabitemChange event when the tabitem is not initialized. The size of the tabpanel grows by every tabitem which is loaded in html.

      Is there a way to let the tabitem ack as a Region with the attribute renderRegionOnly??