[jboss-user] [JBoss Seam] - Re: Supporting multiple message bundle?

msystems do-not-reply at jboss.com
Tue Jan 29 16:17:37 EST 2008


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



More information about the jboss-user mailing list