Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. anonymous10

    Problem in passing an Arraylist from JSP to action class

    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...

Part and Inventory Search

Back
Top