W liście z pią, 14-05-2004, godz. 10:52, Paul McCulloch pisze: 
> I'd try overwriting the struts Locale in Globals.LOCALE_KEY when the user
> clicks on a flag. I don't know if that will work, but I'd try it.
> 
> I'd also give careful consideration to just using the browsers requested
> language, rather than making the user choose one explicitly.

Hi,

Globals.LOCALE_KEY in session scope isn't set in ma case. I'm useing
javax.servlet.Filter to set this
request.getSession().setAttribute(Globals.LOCALE_KEY, locale);
, where locale is locale what application should use.

Marcin


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

Reply via email to