How to pass Action class variable value into another Action class in Struts 2?
Action
I wanted to use that retrieved in the query variable in anot
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