RE: JSP 2.0 and JSTL EL

2007-05-01 Thread Dick Weisinger
Yes. After downloading those files, it seems to be working for me now. Thanks! -Original Message- From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 6:06 PM To: Tag Libraries Users List Subject: Re: JSP 2.0 and JSTL EL So it appears that the standard.jar you have

JSP 2.0 and JSTL EL

2007-04-30 Thread Dick Weisinger
I have a Spring-based Application that was successfully running under Tomcat 5.5. I've attempted to move it to JBoss 4.0.5, but it's having problems using the JSP Expression Language (EL). I made sure that I have the most recent JSTL 1.1 jstl.jar and standard.jar files. In the web.xml

Re: JSP 2.0 and JSTL EL

2007-04-30 Thread Rashmi Rubdi
Dick, What Servlet and JSP specification version is JBoss 4.0.5 based on? The compatibility chart for EL and web.xml I've known from experience is: - JSTL 1.2 works with

RE: JSP 2.0 and JSTL EL

2007-04-30 Thread Dick Weisinger
List Subject: Re: JSP 2.0 and JSTL EL Dick, What Servlet and JSP specification version is JBoss 4.0.5 based on? The compatibility chart for EL and web.xml I've known from experience

Re: JSP 2.0 and JSTL EL

2007-04-30 Thread Rashmi Rubdi
The standard.jar file I have is for JSTL 1.1.2 , and it contains this class org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager within it. Dick Weisinger [EMAIL PROTECTED] wrote: But it continues to have a problem. Spring says that it found the JSP 2.0 ExpressionEvaluator, but

Re: JSP 2.0 and JSTL EL

2007-04-30 Thread Rashmi Rubdi
So it appears that the standard.jar you have may be either corrupt or doesn't have the class file. Just to make it easier, the JSTL 1.1.2 zip was obtained from here: http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi Within the jstl.jar and standard.jar are within the zip,