Versions Compared

Key

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

...


The response is told to redirect the browser to the specified location. The consequence of doing this means that the action that was just executed is lost or no longer available. This is because actions are built on a single-thread model. NOTE: You may want to set the parse attribute to false so the location is not parsed for Ognl expressions.

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

...