On Mon, 18 Nov 2002, Mohan Radhakrishnan wrote:

> Hi,
>     We are using EL(JSTL) to display dynamic img tags.
>
>       <html:img src="${image.name}" width="730" height="350" border="0"
> usemap="#Map"/>
>
>   Is this valid ? It doesn't really pick up the value of the 'src' tag.
> Having read the archives I've decided that there is no other way. We need
> URL rewriting.

The regular <html:img> tag doesn't understand the JSTL EL. You'll need to
use the corresponding Struts-EL tag, <html-el:img>, to do what you want.

--
Martin Cooper


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