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.