You need to sign in to do that
Don't have an account?

previous and next command links functionality for tabs?
i have created 3 tabs and i have previous and next links on bottom of the page . so when next link is clicked next tab should be opened in the same way previous link is clicked previous tab has to be opened .
Use combionation of Apex: Tabpanel tag and Hyperlink tag "<a>" on visualforce page. On click of Hyperlink, need to activate next tab from tabpanel..
aruna can you give some sample code for this ...
Hi,
Try this link :
http://boards.developerforce.com/t5/Visualforce-Development/Problem-in-apex-tab/m-p/539261#M57828