Re: Tomcat with EL

2005-06-09 Thread Rahul Akolkar
I suspect you want to use JSP 2.0 (which allows EL expressions in template text). TC 5.0.x (or higher) implements the JSP 2.0 spec. Use a servlet 2.4 web app descriptor (web.xml) for your application and you should be set. -Rahul On 6/9/05, Marian Nedelescu <[EMAIL PROTECTED]> wrote: > Hi, > Coul

Tomcat with EL

2005-06-09 Thread Marian Nedelescu
Hi, Could I use Tomcat with JSP that has expression language (EL) ? Thnak you in advance Marian