monkeyden wrote:
> Hi Ryan,
> Thanks for the reply. I figured it out, after having read the specified
> section of the spec. A previous developer used <resource-bundle> instead of
> <message-bundle>, so JSF wasn't finding the replacement key.
>
Great! Glad to hear you've got it working.
>
>
> Ryan Lubke wrote:
>
>> 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.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_javaserverfaces.dev.java.net
>> For additional commands, e-mail: users-help_at_javaserverfaces.dev.java.net
>>
>>
>>
>>
>
>