2 Replies Latest reply on Sep 18, 2009 9:29 AM by tobi04

    rich:message tooltip=true does not work?

      Hi

      the tooltip attribute of rich:message does not work.

      I like to have the detail error message in a tooltip and not aside the input field.
      The input field should only be marked by an icon:

      <h:inputText id="price" value="#{bean.price}">
       <f:convertNumber integerOnly="true"/>
       <rich:ajaxValidator event="onblur"/>
      </h:inputText>
      <rich:message for="price" tooltip="true">
       <f:facet name="errorMarker">
       <h:graphicImage url="/image/error.png"/>
       </f:facet>
      </rich:message>


      In the above example the tooltip is not shown and the detail error message appears aside the input field.

      Infos to rich:message tooltip
      http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_message.html

      What's going wrong?


      Best regards
      Tobi