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
Zabi MohammedZabi Mohammed 

prevent the page re load when we switch the tab

Hi all,

  we are creating a visualforce page which contain 3 tabs for 3 different objects, for this we use tab panel with switchType="server", when we moving from tab to other hole page got refrishing, we should not use switchType="client" or ajax we should use only server so will any one help me on this.

thanks,
zabi
pconpcon
If you do not want the full page refresh, you will need to use either client or ajax.  You say that "we should only use server," why?  There is no way to do this without chaging the switchType