How to pass Action class variable value into another Action class in Struts 2

后端 未结 3 1344
日久生厌
日久生厌 2020-12-22 13:52

How to pass Action class variable value into another Action class in Struts 2?

I wanted to use that retrieved in the query variable in anot

3条回答
  •  Happy的楠姐
    2020-12-22 14:29

    Try this : use result type chain in the first action.

    and add the name of the second action as a value to the result of the first action

    link leads to the official page of the struts2 for the chain result

提交回复
热议问题