This content has been marked as final.
Show 1 reply
-
1. Re: Validation messages are inconsistent
nickarls Jan 24, 2008 2:04 AM (in response to ristretto)This is probably because the required=true means that it hits JSF validation first and therefore the message displayed (and the key you want to change) is the JSF one.
Probably the "javax.faces.component.UIInput.REQUIRED" but do look it up somewhere.