You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Programozás <pr...@hotmail.com> on 2004/03/04 16:59:01 UTC

changing locale of a page

Hi,

I have a component (which contains a combo) with the supported languages.
When the user selects a language, a listener sets the locale using getPage().getEngine().setLocale() and activates the same page using cycle.activate(getPage().getExtendedId()).
But the page is redisplayed in the old language. The newly selected language is applied only if I reload the page.

What else should I do?

Thanks,
Norbi