Hi again. I've installed the jakarta-taglibs-standard.tar.gz. I've put the contents of the "lib" directory in my /WEB-INF/lib, and put the "x.tld" in my /WEB-INF. In my JSP I put the following line:
<%@ taglib uri="http://java.sun.com/jstl/xml" prefix="x" %> I've created a "web.xml" with the following content: <?xml version="1.0" encoding="UTF-8?> <web-app> <taglib> <taglib-uri>http://java.sun.com/jstl/xml</taglib-uri> <taglib-location>/WEB-INF/x.tld</taglib-location> </taglib> </web-app> I'm using tomcat 3.2.2... When I try to run my application I get the following error: Unable to open taglibrary http://java.sun.com/jstl/xml : Unable to open the tag library descriptor: java.sun.com What am I doing wrong... I don't understand!? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>