Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: redirectAction for 2.1

...

  • name - Result name; default Action.SUCCESS
  • value - Value of result (result destination)
  • type - Type of result; default NullResult. For example:
    • ServletRedirectResult
    • ServletActionRedirectResult - Equivalent to redirect-action redirectAction type in XML config.
    • TilesResult
  • params - An Array of the parameters in the form {key1, value1, key2, value2}

...