5 Replies Latest reply on Nov 20, 2006 4:59 AM by nitm

    unwanted validation messages

    nitm

      hi.

      in my form i use h:inputText tags.
      some of the fields in my form are required so i added the required="true" attribute and it works great but how do i change the message from "field name": Value is required to something of my own?

      i looked at the JSF Tag Library Documentation and found this two a attributes:
      - requiredMessage
      - validatorMessage
      but i tried them both and none of them worked....

      thanks a lot!