Use the Struts-EL taglib, provided in the "contrib/struts-el" subdir of
the Struts distribution.  It's a port of most of the Struts tags (except
the ones that provide functionality that the JSTL provides directly),
but it uses the JSTL expression evaluator for attributes.  Search the
archives for "struts-el" for (tons) of references to this.

> -----Original Message-----
> From: mario nee [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, June 23, 2005 1:14 AM
> To: Struts Users Mailing List
> Subject: jsp vs jstl in Math
> 
> Hello,
> 
> if i use jstl for Math operation i write this
> <c:out value="${a + b}"/>
> 
> if i use struts taglib how can i do the same thing  without 
> use <% ... %> ?

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

Reply via email to