When I click a commandButton, I would like to execute some js to switch the current tab panel to another tab panel. My tabPanel is switchType="client".

link|improve this question

44% accept rate
feedback

1 Answer

You can use

RichFaces.switchTab('tabPanelId','tabLabel','tabId') method to change tabs.

Detailed information can be found here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.