Re: [Stripes-users] Locale Picker and request interceptor

2011-03-18 Thread FosPat
Oscar Westra van Holthe - Kind vient de nous annoncer : On 24-09-2009 at 16:45, Lionel wrote: Hi all ! I would like to set the user locale as a thread local variable from an interceptor (based on the user account) and get this value from a custom LocalePicker. But it seems that the

Re: [Stripes-users] Locale Picker and request interceptor

2011-03-18 Thread Nikolaos Giannopoulos
FosPat wrote: Oscar Westra van Holthe - Kind vient de nous annoncer : On 24-09-2009 at 16:45, Lionel wrote: Hi all ! I would like to set the user locale as a thread local variable from an interceptor (based on the user account) and get this value from a custom LocalePicker. But it

Re: [Stripes-users] Locale Picker and request interceptor

2009-09-30 Thread Oscar Westra van Holthe - Kind
On 24-09-2009 at 16:45, Lionel wrote: Hi all ! I would like to set the user locale as a thread local variable from an interceptor (based on the user account) and get this value from a custom LocalePicker. But it seems that the LocalePicker.getLocale() is called before interceptors. Is

[Stripes-users] Locale Picker and request interceptor

2009-09-24 Thread Lionel
Hi all ! I would like to set the user locale as a thread local variable from an interceptor (based on the user account) and get this value from a custom LocalePicker. But it seems that the LocalePicker.getLocale() is called before interceptors. Is there some way to configurer the execution