3 Replies Latest reply on May 11, 2012 2:15 AM by primo86

    <a4j:commandLink> does not work inside <rich:tooltip>  in RF 4.2

    primo86

      After update to RF 4.2 and Myfaces-2.1.6 <a4j:commandLink> stopped working inside <rich:tooltip>. See my example:

       

      <h:form>

           <h:outputText value="Tooltip test" id="test" />

           <rich:tooltip target="test">

                <a4j:commandLink value="link"  action="#{testBean.testAction}"/>

           </rich:tooltip>

      </h:form>

       

      LOG from FireBug:

      "Sourceform could not be determined, either because element is not attached to a form or we have multiple forms with named elements of the same identifier or name, stopping the ajax processing"