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

2008-01-29 Thread chrisrippe
It may be the location or name of your resource bundle In faces-config.xml you need to define your default local application | ... | locale-config | default-localeen/default-locale | /locale-config | ... | /application | and in this scenerio you need to name your file

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

2008-01-29 Thread tonylmai
Uggg, Sorry folks. I failed to modify the build.xml file to deploy the new bundle file. The whole time the message was right in front of me saying that it could not find the resource bundle. Should have taken it exactly the way it said. Duh. Thanks -Tony View the original post :

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

2008-01-29 Thread msystems
Why not: | core:resource-loader | core:bundle-names | valuebrokerage/value | valuebundle2/value | valuebundle3/value | /core:bundle-names | /core:resource-loader | and you don't need (with above example) |

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

2008-01-29 Thread chrisrippe
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 :

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

2008-01-29 Thread tonylmai
Still not working for me. :( I have tried all of the followings: In my pages.xml: anonymous wrote : page view-id=/login.xhtml bundle=brokerage / As well as in my login.xhtml anonymous wrote : ui:composition xmlns=http://www.w3.org/1999/xhtml; |

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

2008-01-29 Thread tonylmai
Thanks Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124637#4124637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124637 ___ jboss-user mailing list