Re: Fetching from messages in different languages

2011-08-23 Thread Stephan Windmüller
Am 23.08.2011 14:23, schrieb Stephan Windmüller: On the other hand, if you inject the global Messages object (containing the contents of app.properties plus other things) that's actually a dynamic proxy that delegates to the correct instance matching the thread locale at the time you invoke meth

Re: Fetching from messages in different languages

2011-08-23 Thread Stephan Windmüller
On 23.08.2011 14:16, Howard Lewis Ship wrote: On the other hand, if you inject the global Messages object (containing the contents of app.properties plus other things) that's actually a dynamic proxy that delegates to the correct instance matching the thread locale at the time you invoke methods

Re: Fetching from messages in different languages

2011-08-23 Thread Howard Lewis Ship
It is true that once a page is loaded for a request, in a particular locale, that's fixed, even if you change the threads Locale using the ThreadLocale service. On the other hand, if you inject the global Messages object (containing the contents of app.properties plus other things) that's actually