0 Replies Latest reply on Jan 21, 2010 5:39 AM by duke_rich_420

    Replace Default Validation Messages in Richfaces 3.3.3 and jsf 2

      Hello guys

       

                     i am building an app using Richfaces 3.3.3 and jsf 2 on glassfish v3

      i have applied validation on my fields , but when the validation occures it shows messy messages

      i want to replace them with my own simple messages

      i have updated my messages.properties file with the following

       

      javax.faces.component.UIInput.REQUIRED:The value is required.
      javax.faces.component.UIInput.CONVERSION: The value of this field cannot be converted.

       

      but i have got no success ...... showing the same messy messages

      please share your experience guys

       

      thanks