Don't use the JSF context. Instead inject the component localeSelector like that:
@In Locale localeSelector;
..
..
..
localeSelector.setLocale(Locale.ENGLISH);
..
..
It shall work,
regards,
Ricardo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024029#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...