I\'m having problem running over ArrayList items and displaying them in JSP file.
Here is my bean:
public class UsersList { private ArrayList<
Check if your prefix "c" points to the right tag library.
It should be
"http://java.sun.com/jsp/jstl/core"
If that does not work, check if there is mistake in the logic of populating the data.