Re: redirectAction result - parameter in URL problem

2013-06-26 Thread Lukasz Lenart
e that redirected action. > > Is there way how to do this without REST plugin ? > >> From: lukaszlen...@apache.org >> Date: Wed, 26 Jun 2013 10:23:59 +0200 >> Subject: Re: redirectAction result - parameter in URL problem >> To: user@struts.apache.org; jan.dole...@intelek.

RE: redirectAction result - parameter in URL problem

2013-06-26 Thread Jan Peterka
errors in log about not having setter inside that redirected action. Is there way how to do this without REST plugin ? > From: lukaszlen...@apache.org > Date: Wed, 26 Jun 2013 10:23:59 +0200 > Subject: Re: redirectAction result - parameter in URL problem > To: user@struts.apache.o

Re: redirectAction result - parameter in URL problem

2013-06-26 Thread Lukasz Lenart
les into URL > also. > >> From: lukaszlen...@apache.org >> Date: Wed, 26 Jun 2013 09:04:27 +0200 >> Subject: Re: redirectAction result - parameter in URL problem >> To: user@struts.apache.org; jan.dole...@intelek.cz >> >> Struts2 version? >> >>

RE: redirectAction result - parameter in URL problem

2013-06-26 Thread Jan Peterka
Hi Łukasz, version of Struts is 2.3.15 , so includeParams should be none. I tried it anyway, but it does same thing, it will put variables into URL also. > From: lukaszlen...@apache.org > Date: Wed, 26 Jun 2013 09:04:27 +0200 > Subject: Re: redirectAction result - parameter in URL pro

Re: redirectAction result - parameter in URL problem

2013-06-26 Thread Lukasz Lenart
Struts2 version? There is constant struts.url.includeParams which can be set to all, get or none and by default it's set to none (from some 2.3.x or 2.2.x version). So define constant in struts.xml to disable including params from GET Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.p

redirectAction result - parameter in URL problem

2013-06-24 Thread Jan Peterka
Hello there, im new to the whole mailing lists thing, so if iam doing something wrong, tell me. I am using all configuration via Annotations. Anyway, im starting with struts and im dealing with redirectAction result right now. Problem is, that im using now variable Actions "SlashesInActionNames"