, 2008 11:07 AM
To: Tomcat Users List
Subject: Re: JSP compilation internal error
i dont see the taglib prefix decl at the top of your jsp
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"; %>
http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/ind
TECTED]>
To:
Sent: Tuesday, January 22, 2008 9:56 AM
Subject: Re: JSP compilation internal error
>
> Hi All,
>
> Following up with previous error (listed below), for debugging purposes I
> turned the xmlValidation to true.
> I found the problem. Even though I have correct jst
Hey David,
Could u elaborate more on this.
I do have jstl.jar and standard.jar files inside WEB-INF/lib/
Thanks
Sushil
-Original Message-
From: David Smith [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 22, 2008 10:02 AM
To: Tomcat Users List
Subject: Re: JSP compilation internal
I've been bitten by this one. You need to add standard.jar to your
build from the jstl standard taglibs download.
--David
sush wrote:
Hi All,
Following up with previous error (listed below), for debugging purposes I
turned the xmlValidation to true.
I found the problem. Even though I ha
Hi All,
Following up with previous error (listed below), for debugging purposes I
turned the xmlValidation to true.
I found the problem. Even though I have correct jstl version information,
tag library declarations in web.xml file, it does not recognize JSTL:
function library. I am using java-1.5