Re: Preparable interface & getLocale(

2007-05-14 Thread Torsten Römer
Alright, thanks! I should have a look at that interceptor stack stuff anyway, seems to be very powerful! Torsten Musachy Barroso schrieb: > Yep, Dave is right. I can't think of any reason why the i18 interceptor > wouldn't be first, but hey, it is friday! Anyway, as a workaround you can > make yo

Re: Preparable interface & getLocale(

2007-05-11 Thread Musachy Barroso
Yep, Dave is right. I can't think of any reason why the i18 interceptor wouldn't be first, but hey, it is friday! Anyway, as a workaround you can make your own interceptor stack. musachy On 5/11/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Torsten Römer <[EMAIL PROTECTED]> wrote: > I noticed

Re: Preparable interface & getLocale()

2007-05-11 Thread Musachy Barroso
It should be available, if it isn't it is probably a bug. musachy On 5/11/07, Torsten Römer <[EMAIL PROTECTED]> wrote: I noticed that when calling getLocale() from prepare(), it seems to return the system default locale instead of the locale set by the request_locale request parameter, which i

Re: Preparable interface & getLocale()

2007-05-11 Thread Dave Newton
--- Torsten Römer <[EMAIL PROTECTED]> wrote: > I noticed that when calling getLocale() from > prepare(), it seems to return the system default > locale instead of the locale set by the > request_locale request parameter, which is the case > when calling it from execute(). > > Is that supposed to

Preparable interface & getLocale()

2007-05-11 Thread Torsten Römer
I noticed that when calling getLocale() from prepare(), it seems to return the system default locale instead of the locale set by the request_locale request parameter, which is the case when calling it from execute(). Is that supposed to be like that or could this be a bug? I think the correct lo