3 Replies Latest reply on Jan 22, 2013 7:11 AM by iabughosh

    Rich Tooltip is not working

    venkatraman74

      Hi

       

      I'm working on Rich faces 4. When i try to use Rich: tooltip, its not working. Please look at the below code.

       

       

       

      <ui:define name="body">   

      <h:form>

      <rich:panel>

      <h:outputText  id="confirms" value="Connfirm">

      <rich:tooltip  attached="true" followMouse="true"  id="toolConfir" target="confirms" value="Hi Confirm">

      Hi Confirm

      </rich:tooltip>

      </h:outputText>

      </rich:panel>

      </h:form>   

      </ui:define>

      </ui:composition>

       

       

      Can anyone help me out on this?

       

      Regards

      Venkat