users@javaserverfaces.java.net

Re: JSF RI 1.2 Default required field message

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Tue, 11 Dec 2007 08:42:51 -0800

monkeyden wrote:
> I'm trying to override the default message for required fields using the JSF
> RI 1.2. The key javax.faces.component.UIInput.REQUIRED doesn't seen to
> work. Despite having changed this, I still get "Validation Error: Value is
> required". Is this correct key for this version?
>
> Thanks
>
That's the correct key.

I'd recommend reviewing section 2.5.2.4 of the 1.2 spec to ensure you've
followed the
procedure correctly.

If it's still not working, provide a web app demonstrating the failure.