0 Replies Latest reply on Apr 27, 2008 3:26 AM by jadtn

    rich:tabpanel / commandlink don t work with firefox 2.0.0.14

    jadtn

      Il have 3 tabs : T1 t2 t3
      On t1 have a menu (rich:panelMenuItem),
      When i click on a menu i display on T1 a page with commandLink.

      Click on t2 and t1.
      try to click the command link
      under ie6 it s work
      under firefox nothing append : you need to reload the page.

      Someone have this problem?
      My libs:
      -------
      Firefox 2.0.0.14
      Richfaces 3.2.0
      JBoss 4.2.2 GA
      Mojarra1_2_08 (upgrade as describe on this site)






      <h:commandLink id="fm" action="#{resultsHolder.navigate}" rendered="#{facesContext.externalContext.remoteUser != msg.userFrom }">
      <f:param name="rowKey" value="#{nritem}" />
      <f:param name="uid" value="#{msg.userFrom}" />
      <h:outputText value="#{msg.userFrom}">
      <f:converter converterId="longPseudoConvert" />
      </h:outputText>
      </h:commandLink>