3 Replies Latest reply on Mar 20, 2009 9:47 AM by nbelaevski

    listShuttle and tooltip supported?

    gjeudy

      Hi,

      I'm using Richfaces 3.2.1.GA. Can I use a rich:tooltip inside a rich:listShuttle? I tried with a simple example and some markup is generated but it doesn't work, mouseover does nothing...

      Example:

      <rich:listShuttle
       targetValue="#{targetValue}"
       sourceValue="#{sourceValue}"
       var="refDomain">
       <h:column>
       <f:facet name="header">
       <h:outputText value="Name" />
       </f:facet>
       <h:outputText value="#{refDomain.domainName}">
       <rich:toolTip value="test" /> </h:outputText>
       </h:column>
       </rich:listShuttle>