Re: Set locale using url

2008-12-29 Thread Thiago H. de Paula Figueiredo
Em Sat, 27 Dec 2008 11:04:20 -0300, Tomas Kolda escreveu: I made a workaround through Servlet filter. You could also use a Tapestry RequestFilter, avoiding a servlet filter and having all the Tapestry infrastructure. :) -- Thiago H. de Paula Figueiredo Independent Java consultant, deve

Re: Set locale using url

2008-12-27 Thread Tomas Kolda
I made a workaround through Servlet filter. It create delegate request object that moves locale folder from path to context and also put locale object to request attributes. When I set FORCE_ABSOLUTE_URIS it works fine. I will test it more and then we can create a recipe on web. But if it wil

Re: Set locale using url

2008-12-27 Thread Angelo Turetta
Tomas Kolda wrote: Hello all, I'm new to Tapestry and maybe I want to do something non-standard. I want to set locale using urls. http://www.example.com/en/./ http://www.example.com/fr/./ Funny, just a few days ago Howard posted a Jira about that: https://issues.apache.org/jira/bro