Hi, I'm using a panelTabbed component, and I would like to allow the user to change between the tabs not only by clicking the tab itself, but also using a button in order to simulate a wizard, let's say.
Let me put an example. Imagine we have a 3 tabs panelTabbed component, so in the content for the first tab I define a button (NEXT), then in the second tab's content I define two buttons (PRIOR and NEXT), and finally in the last tab I define another two buttons (PRIOR and SUBMIT). What would the code be to simulate clicking on the tab itself but from a button click? Thanks.

