Hi,

I have a locale change links on all the pages that do the following:
 public void switchLocale(IRequestCycle requestCycle, String
localeName) {
    requestCycle.getEngine().setLocale(new Locale(localeName));
    requestCycle.cleanup();
    requestCycle.activate(requestCycle.getPage().getPageName());
}
That works fine in changing the locale and refreshing the current
page in the new locale except that the forms already possibly
partially filled out by the user get cleared out.

Any ideas on how to resolve that problem?

Any help will be much appreciated.

Janis.

Reply via email to