I am new to web development. Can somebody advise me on how I can pass an ArrayList from my JSP to action class.
I have the following link in my JSP which links to an action class.
<li> <A href="inboxMsg.do">Link to action</A></li>
Can I pass the arraylist in the above code?
Is using <html:link> a better option instead of the above code?
Thanks for suggestions.