Hi,

I need the Locale inside an implementation of ComponentRequestFilter. So I injected Request and use Request.getLocale(). But it seems that this will always return the default locale (browser locale ?). I guess this is because the setting of the locale happens after my component request filters (PageRenderDispatcher ?).

In Request.getPath() I can see the locale I need though, so I could get it using substring method.

I'm just wondering if I'm right in my conclusions and if using request.getPath() is the only (and right) way to get what I want?

Greetings,
Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to