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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...