Re: S2 - params on a redirect-result

2013-11-21 Thread Lukasz Lenart
It should work out-of-the-box 2013/11/21 Greg Lindholm : > I was attempting to add arbitrary parameter to a a result type of > "redirect" as shown in the second example here > http://struts.apache.org/development/2.x/docs/redirect-result.html and it > doesn't seem to work. The parameters are neve

S2 - params on a redirect-result

2013-11-21 Thread Greg Lindholm
I was attempting to add arbitrary parameter to a a result type of "redirect" as shown in the second example here http://struts.apache.org/development/2.x/docs/redirect-result.html and it doesn't seem to work. The parameters are never added. Is there some trick to make this work or is the example