Did you load tld file correctly in web.xml and declare struts-el in your jsp
file?

-Dan

----- Original Message -----
From: "Mohan Radhakrishnan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 17, 2002 5:27 AM
Subject: Struts-el/JSTL/dynamic img


> 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]>
>

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

Reply via email to