For example...
<jsp:useBean id="delegate" scope="page" class="golf.util.ResourceDelegate"/>
....
<% Collection coll = delegate.getReservationsForUserID(userid); %>
<c:forEach items="${coll}" var="teeTime">

I do not seem to be able to get this to work.  Am I missing something, or do
I need to do this all in scriptlet world and forget about JSTL for this
problem?

Thanks much!
RB

PS - Many apologies if this is not the way to post to this mailing list - it
is my first try and there was no FAQ or user info for this list.

Reply via email to