4

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".

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Core
  • 840
  • 11
  • 24

1 Answers1

6

You can use

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

Detailed information can be found here

zinan.yumak
  • 1,590
  • 10
  • 9