Hello,
I haven't been able to figure out how to dynamically change the selected tab in a tabPanel. I have the following code:
<a4j:commandButton value="Submit" action="#{myBean.search}"
reRender="navigationTabs" />
<rich:tabPanel id="navigationTabs" switchType="ajax" height="350"
selectedTab="#{navigationBean.currentTab}" >
<rich:tab name="tab1" label="Tab 1">
<h:outputText value="You are in Tab 1" />
</rich:tab>
<rich:tab name="tab2" label="Tab 2">
<h:outputText value="You are in Tab 2" />
</rich:tab>
</rich:tabPanel>
http://jira.jboss.com/jira/browse/RF-188 has been added