[jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun

saasira do-not-reply at jboss.com
Mon Feb 4 02:57:23 EST 2008


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



More information about the jboss-user mailing list