I am also facing probolem in loading my own messagebundle

In components.xml I have 
 <core:resource-loader>
              <core:bundle-names>
                                                messages
                       mycompany_messages
               </core:bundle-names>
       </core:resource-loader>


Both 
<h:outputLabel for="person" value ="#{messages.Username}" > </h:outputLabel>

and

<h:outputLabel for="person" value ="#{mycompany_messages.Username}" > 
</h:outputLabel>

are not working?



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126026#4126026

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126026
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to