RE: Change Locale

2005-10-20 Thread Jatinder Singh
tag and change the value there also. Jatinder Singh wrote: > Hi, > > I'm trying to change the locale for the current user like this: > > JSP: > > > > > > PageBean: > > public void germanLocal() > { > > FacesContext.getCu

Change Locale

2005-10-20 Thread Jatinder Singh
Hi, I'm trying to change the locale for the current user like this: JSP: PageBean: public void germanLocal() { FacesContext.getCurrentInstance().getViewRoot().setLocale(Locale.GERMAN); } It changes the local for the current page but when I navigate to another page it is c