I\'m having problem running over ArrayList items and displaying them in JSP file.
Here is my bean:
public class UsersList { private ArrayList<
Since your adding the object to session you need to access it from sessionScope in EL.
${current.email} ${current.username}