[jboss-user] [JBoss Seam] - Re: Supporting multiple message bundle?
tonylmai
do-not-reply at jboss.com
Tue Jan 29 16:09:53 EST 2008
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"
| xmlns:s="http://jboss.com/products/seam/taglib"
| xmlns:ui="http://java.sun.com/jsf/facelets"
| xmlns:f="http://java.sun.com/jsf/core"
| xmlns:h="http://java.sun.com/jsf/html"
| xmlns:rich="http://richfaces.ajax4jsf.org/rich"
| xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
| template="layout/td_logout_template.xhtml">
|
| <f:loadBundle basename="brokerage" var="brokerage" />
|
What am I still doing wrong?
Thanks
-Tony
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124573#4124573
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124573
More information about the jboss-user
mailing list