Hi,

Eddie bush wrote. From the archives
---------------
... and if you happen to be able to use the JSTL ... David Karr wrote a
taglib for struts which should soon be in the contrib directory. It's called
Struts-EL, and it incorporates the JSTL's EL engine into the standard Struts
tags we all know and love. Using his taglib, you could do the following:
<html:img src="${BEAN.property}"/> Nice, eh? Search the archive for
"struts-el", and you're bound to happen across how you can get the taglib.
If you're stuck using the HTML <img src="..."> go with Martin's suggestion. 
----------------
My question is. Is this valid ?
        <html:img src="${BEAN.property}"/>
Though we are using JSTL, we are assuming it is the same as the Struts-el.
Same engine ?
Our tag
<html:img src="${image.name}" width="730" height="350" border="0"
usemap="#Map"/>
generates
<img src="${image.name}" height="350" width="730" border="0" usemap="#Map">
Do you see something wrong here ?
Thanks,
Mohan






--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to