Why not:

  |     <core:resource-loader>
  |         <core:bundle-names>
  |             <value>brokerage</value>
  |             <value>bundle2</value>
  |             <value>bundle3</value>
  |         </core:bundle-names>
  |     </core:resource-loader>
  | 

and you don't need (with above example)


  | <f:loadBundle basename="brokerage" var="brokerage" /> 
  | 

now you can get a message by


  | #{messages.text1}
  | 


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

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

Reply via email to