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