Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...