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

后端 未结 3 1349
日久生厌
日久生厌 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条回答
  •  心在旅途
    2020-12-22 14:34

    If you want to post all values to another action use 'chain', other wise use redirect-action and specify the parameters.

提交回复
热议问题