The <reset>
element causes all variables in the current context to be cleared. If a task element, <go>
, <prev>,
or <refresh>
contains a <reset>
element, the reset operation is performed when the task is executed. If the <catch>
element contains a <reset>
element, the operation is performed during the <throw>
task processing.
<go href="/bar">
<reset/>
</go>
For example, if a <go>
element includes a <reset>
, all variables in the context would be unset as a result of executing the <go>
task