[ANN] Apache Struts 2.2.3 GA release available

2011-05-07 Thread Lukasz Lenart
The Apache Struts group is pleased to announce that Struts 2.2.3 is available as a "General Availability" release. The GA designation is our highest quality grade. * [http://struts.apache.org/download.cgi#struts223] The release is also available from the central Maven repository under Group ID "o

RE: Handling navigation language in the URL

2011-05-07 Thread Martin Gainty
<%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib prefix="s" uri="/struts-tags" %> title en zh_CN de fr English Chinese German France #in resources folder place all normal messages into global.properties #Global messages for english global.username = Userna

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
Yes, but i want to make some nice SEO urls. Thanks anyway On Fri, Apr 15, 2011 at 11:09 AM, Partha Chakraborty wrote: > 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 > Sub

RE: struts2 and tiles

2011-05-07 Thread Jason Pyeron
> -Original Message- > From: Bertrand > Sent: Saturday, May 07, 2011 9:48 > To: Struts Users Mailing List > Subject: struts2 and tiles > > Thank you for your answer. I would like to know if tiles > work with struts2 in a portlet environment. > This has been done countless times with st

struts2 and tiles

2011-05-07 Thread Bertrand
Thank you for your answer. I would like to know if tiles work with struts2 in a portlet environment. This has been done countless times with struts 1.x versions, and as you point out (with irony I suppose), there are documentations on it. The thing is I can't seem to get it to work with struts2

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 Action

Re: Struts 2.2.3 Urls Not Working

2011-05-07 Thread Lukasz Lenart
Should be ok right now, please wait few hours for sync Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2011/5/6 Amol Ghotankar : > Hello, > > The download or any other url on struts2's main site not working. > > Page not fou

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