Hi!
Did you tried adding the following codes in your jsp page?
<%
ArrayList coursesList = (ArrayList) request.getAttribute("coursesList");
%>
I think you still need to retrieve the data stored in the "coursesList"
by calling them on your page and showing them via "bean:write". I still don't with Arrays but it works well on me on Strings.