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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to