Re: JSP 2.0 and JSTL EL
"Rashmi Rubdi" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
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, they need to be copied separately. -Regards Rashmi On 4/30/07, Rashmi Rubdi <[email protected]> wrote: > 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 it can't find: > > org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager > > I see this method in the JSTL version 1.0 standard.jar file, but not in the > > version 1.1 file. > > -Regards > Rashmi >