This page last changed on Dec 13, 2004 by casey.

Velocity

This result mocks a JSP execution environment and then displays a Velocity template that will be streamed directly to the servlet output.

Parameters Required Description
location yes the location to go to after execution
parse no true by default. If set to false, the location param will not be parsed for Ognl expressions
<result name="success" type="velocity">
    <param name="location">foo.vm</param>
</result>
Document generated by Confluence on Dec 14, 2004 16:37