function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Supper_KentSupper_Kent 

Switch type in Tab panel

I use <apex:tabpanel ..> and <apex:tab>to add several sub tabs. for each tab, i use <apex:include> to include the page, then i found if i set the switchType ="server", when i click each tab ,all the codes will be invoked, including the other pages. This is a big performance issue. Can anyone give some suggestion to avoid this?  BTW, due to some reason, we have to set the switchType = "server". Thanks.