how can the tabselected be switch when the user click on any of the tab
my code is below:
<rich:tabPanel width="100%" switchType="server" id="mainTap" >
<rich:tab label="Names" reRender="customerNavigationForm" name="n"
action="#{customerMaintenanceController.selectNamesSummary}">
<h:outputText value="Names"></h:outputText>
</rich:tab>
<rich:tab label="Addresses" reRender="customerNavigationForm" name="a"
action="#{customerMaintenanceController.selectAddressesSummary}">
<h:outputText value="Addresses"></h:outputText>
</rich:tab>
<rich:tab label="Description" reRender="customerNavigationForm"
action="#{customerMaintenanceController.selectDescriptionEditor}">
<h:outputText value="Description"></h:outputText>
</rich:tab>
</rich:tabPanel>
all what im trying to do is when select any of those tabs to navigate to another content page and ofcourse get the tabselected to be highlighted