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
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
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