Sounds like a good question for the TAGLIBS-USER mailing list. Subscription info, and a description of the topics of each list, for all Jakarta mailing lists is at <http://jakarta.apache.org/site/mail.html>.
Craig On Thu, 14 Mar 2002, RAYMOND Romain wrote: > Date: Thu, 14 Mar 2002 16:11:35 +0100 > From: RAYMOND Romain <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: JSTL taglib forEach > > hello, > > Sorry I know it isn't the exact mailing list for my question ... > I am trying to use jakrata taglib JSTL, particulary forEach taglib. > I look at the given examples and I don't understand how to initialize > collection on which the forEach applies. > > Collection declared before in the JSP are not accessible > ex : " > <@ .... import URI and prefix for JSTL > <% > Collection bob = getMyColl(); > %> > " > and in the forEach JSTL I use the coll bob which is correctly > initialized but that > I can't access within the forEach tag.... > > thanks. > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
