"saasira" wrote : 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>
  | 

didn't U forget the 'value' tags?

 <core:resource-loader>
  |     <core:bundle-names>
  |             <value>messages</value>
  |             <value>mycompany_messages</value>
  |     </core:bundle-names>
  |    </core:resource-loader>
  | 

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

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

Reply via email to