Location of JSTL .tld & .class files?
I've been trying to figure out where the .jar files are located that hold the JSTL .tld and .class files. Since Apache Tomcat server is the reference implementation for JSP, the JSTL classes should just come with the server itself. At least that's what i think. Is this right? :ehh: Many thanks. :afrog:
Re: Location of JSTL .tld & .class files?
I found the .jar files for the JSTL in this dir. C:\Jakarta\jakarta-tomcat-5.0.28\webapps\ora\WEB-INF\lib What was throwing me off is the uri attributes value within the taglib page directive.
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> :rolleyes:
Re: Location of JSTL .tld & .class files?
Hmm... I'm pretty sure I had to download the JSTL separately...
Re: Location of JSTL .tld & .class files?
The jstl comes with tomcat but i wasen't too sure at first.