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
If you want to post all values to another action use 'chain', other wise use redirect-action and specify the parameters.