Hi I have a problem... It seems like I can't install Jakarta Taglibs correct, can anyone help me... I have installed Tomcat 4.x om my localmachine and it works fine (localhost:8080) Now i was thinking about testing taglibs, couse I don't have a clue how smart it is. I downloaded the jakarta taglibs. Copied the Jar files into my webapps/ROOT/WEB-INF/lib catalog. The tld files into my webapps/ROOT/WEB-INF catalog. Then I am suppost to change my web.xml file I guess. But none of the jar files matches the tld files, isn't they suppost to match? How sould my WEB-INF look like? I guess something like:
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> <taglib> <taglib-uri>http://jakarta.apache.org/taglibs/{something}</taglib-uri> <taglib-location>/WEB-INF/{something}.tld</taglib-location> </taglib> </web-app> Since I don't have done anything else (changed classpath or anything) I guess I might have to do that to? How do I test the taglibs so it works? Anyone have a small piece of code so I can figure out when it is working... // Jan =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com