Hi all,
I'm extremely new to Struts. I have a JSP which gets data and put in session session.getAttribute("blah", blah) When I click on a link, this jsp triggers an Action and I need to collect some of JSP data in the BlahAction.java.
Does anyone have an answer about how to solve it? Yes, I know it's a very dummy question, but be patient. I'm really new to this framework.
Regards.