3 Replies Latest reply on Aug 5, 2011 8:51 AM by apashkev

    Tabitems - switchtype client and ajax combined

      In my application a tabpanel is created dynamicaly from database content. The tabitems contains many lines of html code. The context of the item is loaded when a tabitem is clicked.

      When the tabpanel is created all the tabitem get swichtype=ajax. After a tabitem is visited I set the switchtype of the tabitem to 'client'.

      The client-side tabChanges go very fast but when more tabitems set to client-side switchtype the tabpanel became slower. The cause is that the hole tabpanel is rerendered after a event with the client-side tabitems included. The amount of data send over after a tabChange becomes bigger and bigger.

      Is there a way to tell the tabpanel to only rerender the current tabitem?