[jboss-user] [JBoss Seam] - resource bundle
urswag
do-not-reply at jboss.com
Mon Aug 13 10:19:22 EDT 2007
m using Seam 2.0 Beta.
I have troubles with the resource bundle. The texts do not appear.
For example
| <h:outputText value="#{messagesAfn['pwdchange.screen.title']}" />
|
generates an empty test. The pwdchange.screen.title entry is in the properties file.
In components.xml I have the entry
| <core:resource-bundle>
| <core:bundle-names>
| <value>messagesAfn</value>
| </core:bundle-names>
| </core:resource-bundle>
|
The properties File messagesAfn.properties
is in the directory WEB-INF/classes of the war file.
What can I do else? Can I debug this in a way?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073567#4073567
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073567
More information about the jboss-user
mailing list