<Q>
If you download the nightly build, you'll find a library called "Struts-EL"
which already does this. Check the archives for information about this. For
the tags which have a full equivalent in the JSTL, it just uses the
appropriate JSTL tag (or \ recommends using it).
</Q>
Thanks, David--just went through the Struts-EL source code for html:img to
confirm that there's no direct equivalent in Taglibs.   (BTW, very nice
contribution to Struts on your part--Well done!)
What I did instead was just move the entire <img src="abc.gif" alt="abc"/>
tag into my resources.properties file, and called fmt:message to retrieve it
as a whole unit, rather than the Struts' method of requesting the "src" and
the "alt" attributes separately.  Works fine.
Glen

--
To unsubscribe, e-mail:   <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to