RE: JSP compilation internal error

2008-01-22 Thread Milak, Sushil
, 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

Re: JSP compilation internal error

2008-01-22 Thread Martin Gainty
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

RE: JSP compilation internal error

2008-01-22 Thread Milak, Sushil
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

Re: JSP compilation internal error

2008-01-22 Thread David Smith
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

Re: JSP compilation internal error

2008-01-22 Thread sush0000
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