<%@ taglib prefix="html" uri="http://jakarta.apache.org/struts/tags-html"%>
and try something like:
<html:img src="${images["iconClosed"]}" height="16" width="16"/>
(where images is a HashMap in request scope), I get an error. Indeed, the documentation for the html:img taglib specifies a RTExpr.
Can you clarify for me?
Thanks!
-- john
Karr, David wrote:
You don't need to use Struts-EL with Tomcat 5, if you're using JSP 2.0. In fact, it won't work. I don't know what this particular exception is, but you can avoid this situation entirely by just not doing it.
-- ===================================================== John Cartwright Associate Scientist Geospatial Data Services Group CIRES, National Geophysical Data Center/NOAA (303) 497-6284 [EMAIL PROTECTED] =====================================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]