I am using primefaces4, jsf2.0 and tomcat6 for my application.
I am using <p:clientValidator event="blur">
. I need to modify the error message for example "Number: Validation Error: Value is required." It is coming on blur if the field is empty but i want to modify that to "Number is required." where "Number" is the label of the field. I have tried this in my resource bundle file "javax.faces.component.UIInput.REQUIRED={0} is Required" but still its showing the old message "javax.faces.component.UIInput.REQUIRED={0} is Required". Plz help me where should i modify the message.
Sorry if any mistakes, am a new bee in jsf. Thanks in advance