Very very useful feature - we actually coded something very similar for a redirect action we wrote - but this is much more powerful.

Bruce

Patrick Lightbody wrote:
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
--
AOL - bruceritchie101
ICQ - 9929791
MSN - [EMAIL PROTECTED]

http://www.jivesoftware.com/

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to