Re: Is it possible to reference scriptlet variables from a JSTL tag?

2002-09-19 Thread Shawn Bayern
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

Re: Is it possible to reference scriptlet variables from a JSTL tag?

2002-09-19 Thread Hans Bergsten
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

Is it possible to reference scriptlet variables from a JSTL tag?

2002-09-19 Thread Richard Berger
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