Yep, very very useful

On Sunday, February 9, 2003, at 01:15 AM, Mike Cannon-Brookes wrote:

I think this is the best feature I've seen in WW2 - I would use it instantly
in about 50 places :)

-mike

On 9/2/03 4:56 PM, "Patrick Lightbody" ([EMAIL PROTECTED]) penned the
words:

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



-------------------------------------------------------
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