On Thu, 19 Sep 2002, Richard Berger wrote:
> For example...
>
>
> <% Collection coll = delegate.getReservationsForUserID(userid); %>
>
>
> 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 th
Richard Berger wrote:
> For example...
>
>
> <% Collection coll = delegate.getReservationsForUserID(userid); %>
>
>
> 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?
JSTL acti
For example...
<% Collection coll = delegate.getReservationsForUserID(userid); %>
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