if i have store a arraylist in the session as belows, how can i get the arraylist from jsp??? httpRequest.getSession().setAttribute("myArrayList",Arraylist_test);