Re: jsp vs jstl in Math

2005-06-23 Thread Mario Neè
ssage- From: Mark Diggory [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 10:26 AM To: Struts Users Mailing List Subject: Re: jsp vs jstl in Math If your using a JSP 2.0 container (Tomcat 5.x), I think you should be able to use EL right on top of Struts taglib without any third party co

RE: jsp vs jstl in Math

2005-06-23 Thread Karr, David
ark Diggory [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 23, 2005 10:26 AM > To: Struts Users Mailing List > Subject: Re: jsp vs jstl in Math > > > If your using a JSP 2.0 container (Tomcat 5.x), I think you should be > able to use EL right on top of Struts taglib without an

Re: jsp vs jstl in Math

2005-06-23 Thread Mark Diggory
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 if i use struts taglib how can i d

RE: jsp vs jstl in Math

2005-06-23 Thread Karr, David
he 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 u

RE: jsp vs jstl in Math

2005-06-23 Thread Sunny
You can always use the jstl in struts. > -Original Message- > From: mario nee [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 23, 2005 1:44 PM > To: Struts Users Mailing List > Subject: jsp vs jstl in Math > > Hello, > > if i use jstl for Math operation i

jsp vs jstl in Math

2005-06-23 Thread mario nee
Hello, if i use jstl for Math operation i write this 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]