I'm having trouble getting up to speed with JSTL. I'm trying to create a javax.servlet.jsp.jstl.sql.Result object in a bean, and then access it from a
jsp page. It sounds simple enough, but I've yet to make it work. Here's what I'm doing. Here is the method in my class:
Here is how I'm trying to access it in my page: When I run it, this is the error I get:
Don't know how to iterate over supplied "items" in <forEach>
What am I doing wrong?
Thanks