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,
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
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
3 matches
Mail list logo