3 Replies Latest reply on Jan 19, 2009 1:04 PM by nbelaevski

    [3.2.2b5]rich:tab does not switch with ajaxSingle="true"

    ronanker

      The following code is not working, tabs are not switching:

      <rich:tabPanel
       id="tabPanel"
       switchType="ajax"
       selectedTab="#{testhandler.tab}">
      
       <rich:tab id="foo" label="foo tab"
       ajaxSingle="true">
       <h:outputText value="Foo" />
       </rich:tab>
       <rich:tab id="bar" label="bar tab"
       ajaxSingle="true">
       <h:outputText value="bar"/>
       </rich:tab>
       </rich:tabPanel>