Re: [s2] Dynamically Parameterize Redirect Result

2006-11-13 Thread Mark Menard
On 11/10/06 6:46 PM, "Don Brown" <[EMAIL PROTECTED]> wrote: > I believe that any unknown result parameters are automatically used as > request parameters for the redirect. Then, use an ognl expression for > your param value and provide a getter on your action for the value. Hi Don, Do you have

Re: [s2] Dynamically Parameterize Redirect Result

2006-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, Mark Menard wrote: > Is there a way to dynamically parameterize a redirect result based on an > http request parameter that you have used in the action your are redirecting > from? This isn't exactly struts-2 specific, if I'm reading this corre

Re: [s2] Dynamically Parameterize Redirect Result

2006-11-10 Thread Don Brown
I believe that any unknown result parameters are automatically used as request parameters for the redirect. Then, use an ognl expression for your param value and provide a getter on your action for the value. Don On 11/10/06, Mark Menard <[EMAIL PROTECTED]> wrote: Is there a way to dynamically