RE: Handling navigation language in the URL

2011-05-08 Thread Ilya Kazakevich
s Users ML Subject: Handling navigation language in the URL Hello i've a site that behave this way: ContextPath = /myapp Namespace = /user Action = view So, I deploy an application called mypath.war and I handle urls like: /myapp/user/view.action I wish to handle "multilanguage" a

RE: Handling navigation language in the URL

2011-05-07 Thread Martin Gainty
ails koennen wir keine Haftung fuer den Inhalt uebernehmen. > From: par...@ontrackindia.com > To: user@struts.apache.org > Subject: RE: Handling navigation language in the URL > Date: Fri, 15 Apr 2011 14:39:38 +0530 > > You can send that as parameter > > Partha Chk >

Re: Handling navigation language in the URL

2011-05-07 Thread Lukasz Lenart
Try to build your own action mapper [1] [2] [1] http://struts.apache.org/2.2.3/docs/actionmapper.html#ActionMapper-CustomActionMapper [2] http://struts.apache.org/2.2.3/struts2-core/apidocs/org/apache/struts2/dispatcher/mapper/ActionMapper.html Regards -- Ɓukasz + 48 606 323 122 http://www.le

Re: Handling navigation language in the URL

2011-05-07 Thread GF
> To: Struts Users ML > Subject: Handling navigation language in the URL > > Hello i've a site that behave this way: > > ContextPath = /myapp > > Namespace = /user > Action = view > > So, I deploy an application called mypath.war and I handle urls like: > > /

RE: Handling navigation language in the URL

2011-05-07 Thread Partha Chakraborty
You can send that as parameter Partha Chk -Original Message- From: GF [mailto:gan...@gmail.com] Sent: Saturday 7 May 2011 1:53 PM To: Struts Users ML Subject: Handling navigation language in the URL Hello i've a site that behave this way: ContextPath = /myapp Namespace = /user A

Handling navigation language in the URL

2011-05-07 Thread GF
Hello i've a site that behave this way: ContextPath = /myapp Namespace = /user Action = view So, I deploy an application called mypath.war and I handle urls like: /myapp/user/view.action I wish to handle "multilanguage" and i wish to handle it in the url, like /en /de /fr /de and so on. Since