2 Replies Latest reply on Aug 11, 2009 4:55 PM by amitev

    Tooltip nested in h:inputText doesn't work after reRender

    amitev

      Hi all. Having the following code:

      <h:form id="form">
       <h:inputText id="inp" value="#{sessionScope.test}">
       <a4j:support event="onchange" reRender="inp" />
       <rich:toolTip id="inp_tip">#{sessionScope.test}</rich:toolTip>
       </h:inputText>
      </h:form>
      


      Idea why after reRendering the tooltip stops appearing?