0 Replies Latest reply on Mar 19, 2008 1:29 AM by madhav_inamti

    tooltip and h:outputLink....

      This is what I have

      However, the tooltip becomes an extension of the command link which I don't want. How do I get this working?

      Thanks,
      M

      <h:outputLink id="o" value="#">
       <h:outputText value="ABC"/>
       <a4j:support event="onmouseover" reRender="p"/>
       <rich:toolTip id="userTooltip" direction="top-right" mode="client" styleClass="tooltip" layout="block" showDelay="1000">
       <f:facet name="defaultContent">
       <strong>Wait...</strong>
       </f:facet>
       <h:panelGrid id="p" columns="1">
       <h:outputText value="XYZ" styleClass="tooltipData" />
       </h:panelGrid>
       </rich:toolTip>
      </h:outputLink>