1 Reply Latest reply on Mar 18, 2008 9:27 AM by prantoor

    rich:message is not working properly!!!

    prantoor

      Hi all
      I have a code in rich modal panel like.

      <h:inputText label="Client" id="ClientId" value="#{bean.client}" required="true" />
      <rich:message for="ClientRecId">
      <f:facet name="passedMarker"><h:graphicImage value="/images/ajax/passed.gif"/></f:facet>
      <f:facet name="errorMarker"><h:graphicImage value="/images/ajax/error.gif"/></f:facet>
      </rich:message>

      I am expectiong that it will show message by "Label" but it show message by "ID" like "ClientRecId": Value is required.

      Why? Any kind help regarding this issue is highly appreciated.