View Single Post
  #2 (permalink)  
Old 06-13-2007, 03:25 PM
Peter Peter is offline
Senior Member
 
Join Date: Jun 2007
Posts: 119
Peter is on a distinguished road
The problem is that you don't send the collection to the JSP.
Example:

request.setAttribute("usersList", userList);
Reply With Quote