Awesome! I recently needed something like this and couldn't find it in 1.3.
I came up with a solution by extending RedirectAction, but it was very much
a gross hack :( Is there any way something like this could be included in
some upcoming 1.x release? Oh, and if I missed something and it's already
supported there, my apologies!

Joe

----- Original Message -----
From: "Patrick Lightbody" <[EMAIL PROTECTED]>
To: "os-ww" <[EMAIL PROTECTED]>
Sent: Sunday, February 09, 2003 12:56 AM
Subject: [OS-webwork] [WW2] new ServletRedirectResult feature


> Just put in a dinky little new WW 2.0 feature:
>
> ServletRedirectResult now supports putting in parameters in the location
> attribute. What that means is you can do:
>
> <result name="success" type="redirect">
>  <param
> name="location">/workflow/info.action?workflowId=${workflowId}</param>
> </result>
>
> And then ServletRedirectResult will look for all matching ${ .. } and use
> the value stack to find the text between and insert it in. By default this
> feature is turned ON, but you can turn it off with <param
> name="parse">false</param>. What do you guys think?
>
> -Pat
>
>
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
>
>



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to