[jboss-user] [JBoss Seam] - Re: Localization
petemuir
do-not-reply at jboss.com
Fri Jun 15 09:10:34 EDT 2007
You should be able to do this using a page action
<page view-id="*" action="#{foo.initLocale}" />
| @RequestParameter String locale;
|
| public void initLocale() {
| if (locale != null) {
| // Set the locale
| }
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054733#4054733
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054733
More information about the jboss-user
mailing list