0 Replies Latest reply on Jul 10, 2008 3:38 PM by eroussel

    rich:panelbar: alternate way to switch to another panel?

      Hello,

      I would like to know if it is possible to "programmatically" switch from one panelbarItem to another, rather than having the user click on a panelbarItem header.

      Why: To implement a "wizard" where each panelbarItem is a step in the procedure. The user would then proceed to the next step (reveal the content of the next panelbarItem) by clicking on a link or button inside the current panelbarItem. Based on data previously entered, code might skip a step entirely, therefore the user might not necessarily go sequentially from one panelbarItem to the next.

      Thanks.