Re: Thanks! Works also with redirect actions...

2007-11-07 Thread Gary Affonso
Gunnar Hillert wrote: Thanks for your helpful post! You bet. Interestingly, this also works with redirect actions. Since I have not seen any examples anywhere out there, I thought I also post an example for them: mySuccess?fooId=${fooId}${bartId ? "&barId=" + bar

Re: Thanks! Works also with redirect actions...

2007-11-07 Thread Dave Newton
Most (all?) of the built-in result types parse OGNL in the "location" param, although you can turn off that functionality via the "parse" param. d. --- Gunnar Hillert <[EMAIL PROTECTED]> wrote: > > Hi, > > Thanks for your helpful post! Interestingly, this > also works with redirect > actions.