I'm a newbie to struts. I have gone through most of the StackOverflow articles which relates my situation. But it doesn't help me a lot.
Below is one among them.
How to pass Action class variable value into another Action class in Struts 2
Scenario:
I have to display a comparison view which contains three Iframes in it. Each Iframe will invoke(embeds) other JSP page or other action.
I'm preparing my dataset in an Action class where I need to pass it to First jsp(Comparison view jsp).
From Comparison view jsp, either I need to pass the value to other jsp or to other Action class.