Thank you for your answer. The problem is that the underlying technology i'm using (Struts2) doesn't make this very simple to handle in the folloowing url generation tasks.
On Sat, May 7, 2011 at 2:32 PM, Ognjen Blagojevic <ognjen.d.blagoje...@gmail.com> wrote: > GF, > > On 7.5.2011 10:41, GF wrote: >> >> Is there some alternative way? I have the underlying .war written in >> struts2 and it's context-path indipendent, so the best choice for me >> would be to place the "language" information in the context-path >> section of the url. > > I use one webapp at ROOT context which handles all languages. > Urlrewritefilter changes URLs from /en/something/123 into > /something.jsf?id=123&lang=en, and then one JSF phase listener checks for > "lang" request parameter and sets the appropriate language for the > framework. > > YMMV. > > Regards, > Ognjen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org