RE: redirect parameters lost when using convention plugin 2.1.6

2009-03-19 Thread John Liptak
when using convention plugin 2.1.6 The problem is that "redirect" does not not use "params", only "redirect-action" does. So to use redirect, you need to do something like(or set "location" in the annotation): /someurl.action?myparam=%{somevalue} and yeah,

Re: redirect parameters lost when using convention plugin 2.1.6

2009-03-18 Thread Musachy Barroso
Fixed in trunk. Jira ticket: https://issues.apache.org/struts/browse/WW-3046 thanks for reporting musachy On Wed, Mar 18, 2009 at 9:42 AM, Musachy Barroso wrote: > The problem is that "redirect" does not not use "params", only > "redirect-action" does. So to use redirect, you need to do somethin

Re: redirect parameters lost when using convention plugin 2.1.6

2009-03-18 Thread Musachy Barroso
The problem is that "redirect" does not not use "params", only "redirect-action" does. So to use redirect, you need to do something like(or set "location" in the annotation): /someurl.action?myparam=%{somevalue} and yeah, the documentation is wrong, and this is not consistent. I will update redir