I'd like to use the "selectedIndex" attribute of the "x:panelTabbedPane" to remember the last selected tab. Setting the initial selected tab works fine if I set this attribute to a specific value using code like

<x:panelTabbedPane selectedIndex="#{bean.selectedTab}"...

But if I select another tab, switch to another page and go back to the tabbed pane still the initial tab is selected.

How is this expected to work?

Michael
--

Reply via email to