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
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
2 matches
Mail list logo