@Result(name="success",type="redirectAction",params={"actionName","orders"})
  • 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 type in XML config.
    • TilesResult
  • params - An Array of the parameters in the form {key1, value1, key2, value2}

相关文章:

  • 2021-06-16
  • 2021-04-08
  • 2021-09-19
  • 2021-09-18
  • 2021-12-06
  • 2022-01-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-18
  • 2022-12-23
  • 2021-07-07
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案