[webbeans-issues] [JBoss JIRA] Created: (WBRI-218) Webbeans breaks jsf Message Bundle
Martin Eigenbrodt (JIRA)
jira-events at lists.jboss.org
Fri Apr 3 08:15:22 EDT 2009
Webbeans breaks jsf Message Bundle
----------------------------------
Key: WBRI-218
URL: https://jira.jboss.org/jira/browse/WBRI-218
Project: Web Beans
Issue Type: Bug
Reporter: Martin Eigenbrodt
This problem seems to be introduced by the fix for WBRI-174 / Commit 2060.
I've got A JSF page that load a resource bundle:
<f:loadBundle var="msg" basename="de.my.basename" />
and later uses the values:
.. #{msg.label_velocity} ..
This worked fine with an older Snapshot of WebBeans but since I updated to the current version I only getStrings like:
Namespace(msg.label_velocity.)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list