You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Velocity

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

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>
  • No labels