Re: logic:iterate with nested html:img

2002-09-30 Thread Eddie Bush
Awesome! No problem ;-) Vinh Tran wrote: >Eddie: > >I figured out that EL is working fine and it does indeed work with all types >of tags. Thanks again. > >Vinh > -- Eddie Bush -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: logic:iterate with nested html:img

2002-09-29 Thread Vinh Tran
Eddie: I figured out that EL is working fine and it does indeed work with all types of tags. Thanks again. Vinh -Original Message- From: Vinh Tran [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 29, 2002 5:51 PM To: Struts Users Mailing List Subject: RE: logic:iterate with nested

RE: logic:iterate with nested html:img

2002-09-29 Thread Vinh Tran
have tried everything from to Anyway, thanks again and I will just have to continue troubleshooting. Vinh -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 29, 2002 12:33 AM To: Struts Users Mailing List Subject: Re: logic:iterate with nested

Re: logic:iterate with nested html:img

2002-09-28 Thread Eddie Bush
Oh - cool! Glad you could upgrade! All you should have to do is drop the JAR you built into your app's lib directory, copy the TLDs over into wherever you keep those, add references to the taglibs in your web.xml, declare the taglib in your page, and use them just like you would the Struts ta

RE: logic:iterate with nested html:img

2002-09-28 Thread Vinh Tran
y the laws of physics, or at least Struts? Vinh -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 28, 2002 1:33 AM To: Struts Users Mailing List Subject: Re: logic:iterate with nested html:img Ok, you're stuck on older stuff. Yeah, unfortunately

Re: logic:iterate with nested html:img

2002-09-28 Thread Eddie Bush
Ok, you're stuck on older stuff. Yeah, unfortunately the JSTL stuff requires a JSP 1.2 compliant container :-( Use the RTE :-/ ... and upgrade when you can :-) That help? Sorry :-( hate to see people stuck on older containers ... Vinh Tran wrote: >I assume I will need a JSP 1.2 compliant

Re: logic:iterate with nested html:img

2002-09-27 Thread Eddie Bush
My bad - that should be imgBean.getSource() - I'm too used too using EL-enabled tags :-( Eddie Bush wrote: > Ok, you're stuck on older stuff. Yeah, unfortunately the JSTL stuff > requires a JSP 1.2 compliant container :-( > > Use the RTE :-/ ... and upgrade when you can :-) > > > > That help

RE: logic:iterate with nested html:img

2002-09-27 Thread Vinh Tran
: 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: > > >

RE: logic:iterate with nested html:img

2002-09-26 Thread Galbreath, Mark
: logic:iterate with nested html:img Anyone know how to set properties to an html:img tag within a logic:iterate tag? For example: Thanks all. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: logic:iterate with nested html:img

2002-09-26 Thread Eddie Bush
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: > > > > > >Thanks all. > -- Eddie Bush -- To unsub

logic:iterate with nested html:img

2002-09-26 Thread Vinh Tran
Anyone know how to set properties to an html:img tag within a logic:iterate tag? For example: Thanks all.