I assume I will need a JSP 1.2 compliant container to use JSTL, correct? Or is it possible to use JSTL with Tomcat 3.2.4?
Vinh -----Original Message----- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 26, 2002 5:02 PM To: Struts Users Mailing List Subject: Re: logic:iterate with nested html:img 1) RTE 2) Use JSTL 3) Use Stuts-EL Those are your alternatives. I would go with 3. Both 2 and 3 are good solutions. Vinh Tran wrote: >Anyone know how to set properties to an html:img tag within a logic:iterate >tag? > >For example: > ><logic:iterate id="myimages" name="somebean" property="images"> > <html:img src="<NEED TO ADD VALUES FOR SRC>" border="0"/> ></logic:iterate> > >Thanks all. > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

