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 :-) > > <html:img src="<%= imgBean.src %>" border=""/> > > That help? Sorry :-( hate to see people stuck on older containers ... > > Vinh Tran wrote: > >> 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 >> > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

