> -----Original Message-----
> From: Mazza, Glen R., ,CPMS [mailto:glen.mazza@;cpms.osd.mil]
> Sent: Monday, November 04, 2002 4:56 PM
> 
> Hello, I'm trying to convert Struts tags to their JSTL equivalents.  
> 
> I've already converted the Struts <bean:message> tag, that 
> was an straight
> conversion to <fmt:message> after I set up the resource bundle in the
> web.xml file.
> 
> I'm now trying to convert the Struts <html:img> tag which 
> retrieves graphic
> files, example below:
> 
> <html:img srcKey="image.login" height="20" width="40"
> altKey="image.login.alt"/>

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

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