0 Replies Latest reply on Jul 25, 2011 9:43 AM by rott

    Tab-action doesn't work

    rott

      Hi,

       

      I have a problem with rich:tabPanels in richfaces 4. When I define an action for a tab it is only fired when I click it the second time.

       

      The code is a simple example and doesn't work:

       

      <h:form>

      <rich:tabPanel switchType="ajax" >

              <rich:tab name="test1" action="page2">

                  test1

              </rich:tab>

              <rich:tab name="test2" action="#{layout.test}">

                  test2

              </rich:tab>

      </tabPanel>

      </h:form>

       

      Could anybody help?