<h:message> problem with localized Bundle
-----------------------------------------
Key: MYFACES-28
URL: http://nagoya.apache.org/jira/browse/MYFACES-28
Project: MyFaces
Type: Bug
Versions: 1.0.7 beta
Reporter: Manfred Geiler
>From a post to [EMAIL PROTECTED] by [EMAIL PROTECTED]:
Hello,
I have a form with 8 fields. This fields cannot be blank, so I use <h:message>
to display the error. It works fine, but I want to custom the errors (in
Italian language).
I have a class(Bundles),inside I have a properties file (Messages_it.properties)
with the text customized.
I have registred it in faces-config.xml (
<application>
<message-bundle>Bundles.Messages_it</message-bundle>
</application>
and in jsp page I call it with :
<f:loadBundle basename="Bundles.Messages" var="msgs" />.
With standar jsf libraries it works fine, but with myfaces libraries not.
Why?
Thanks...
-- Leonardo
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira