Versions Compared

Key

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

...

The action executed in event mode can pass render parameters to the next action to execute in render mode through a query string in the result configuration:

Code Block
title
action.xmltitle
<result name="success">/displayCart.action?userId=${userId}</result>

...