Re: Bug

2007-04-30 Thread Rashmi Rubdi
Hi reshmi, That s right. To use the grid am not using JSTL. Am using EL. For now its ok. But am sure the problem will arise in the future. You can create multiple projects with the same instance of Tomcat. Each project can have it's own web.xml with separate Servlet

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
JBoss 4.0.5 embeds Tomcat 5.5.x. I've downloaded and am using JSTL 1.1 jstl.jar and standard.jar files. I don't know where it could be picking up the reference. -Original Message- From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 5:42 PM To: Tag Libraries Users

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,