Hi

I have to do some of the localisation
work in the java code, and run this
simple method:

public String getLocalisedMessage
      (String key) {
      return getMessages().getMessage(key);
}

The method does only return strings in 
english locale. 

The only special thing with my pages is that
they are loaded via the Ajax.Updater (Prototype).


So my question is, when loading pages through
Prototype, will the application servlet in some
way lose control over the users locale and reset
it to the default one?

The localisation works fine in the container page
that is not loaded through the Ajax.Updater.

Henrik



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to