I am setting an attribute in my JSP and access the attribute in my action class. I end up getting a null pointer exception.
In my JSP I do
<%
request.setAttribute("messageList", aMsgList);
System.out.println("Before for loop. Size =" +aMsgList.size());
<li> <A...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.