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
DS777DS777 

Redirection to original Tab

I have 3 tabs on my page. After editing a record(followed by save)  or on cancel on tab 2  how to return back to tab 2 as
Current behaviour is that  you get re-directed to tab 1 which is the default tab as selectedtab is set to tab1.
Here save and cancel are standard buttons.
 
An example would be helpful.
aballardaballard
KkunalKkunal

I am facing the same problem. I want to avoid taking the user to the default (first) tab on save or edit actions. The above link http://boards.developerforce.com/t5/Visualforce-Development/tabPanel-selectedTab-issue/m-p/74299 discusses a different issue. Please help.