No, it's not "disaster", but certain things will be quite annoying, even more than 
using normal scriptlets.  Your calls to "html:img" will have to use scriptlets for the 
attribute values, and if your scriptlets need to reference variables created ONLY in 
JSTL tags, then scripting variables will not have been created for those, only "scoped 
attributes", which you will only be able to retrieve by referencing the Map of the 
appropriate scope.

> -----Original Message-----
> From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED]]
> 
> Hi,
>    I didn't make it clear. We are actually mixing JSTL and 
> struts. Is that
> disaster ?    
> 
> 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">
> 
> The html:img is inside a JSTL loop.We are not using struts-el.

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

Reply via email to