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

chrisrippe do-not-reply at jboss.com
Tue Jan 29 15:39:46 EST 2008


Here are a few ways.  Each has their limitation.

In pages.xml you can specify a bundle for a page
page view-id="yourPage.xhtml" bundle="brokerage"

In the actual page you can
<f:loadBundle basename="brokerage" var="msg" />


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124559



More information about the jboss-user mailing list