Re: localizationSetter.setLocaleFromLocaleName(...) doesn't work correctly

2013-02-06 Thread René Bernhardsgrütter
I've found a solution. It (only?) works with a ComponentRequestFilter instead the RequestFilter. The code looks like this: AppModule.java: public static void bind(ServiceBinder binder) { binder.bind(LocaleRequestFilter.class).withId("LocaleRequestFilter"); } public static void

localizationSetter.setLocaleFromLocaleName(...) doesn't work correctly

2013-02-05 Thread René Bernhardsgrütter
Hi everybody, I have a problem with cookie stored locales, switched by the user with T5.3.6. The code snippets are below, commented. Tapestry loads the LocaleRequestFilter and invokes the service method on each request. I get the correct language value out of the cookie. The problem is, that this