You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/10/07 15:51:47 UTC

DO NOT REPLY [Bug 4014] New: - Simple custom tag example foo.jsp raises an exception

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4014>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4014

Simple custom tag example foo.jsp raises an exception

           Summary: Simple custom tag example foo.jsp raises an exception
           Product: Tomcat 4
           Version: 4.0 Final
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: yoko@netpotlet.com


A JSP page "foo.jsp" referes to the TLD, "debug-taglib.tld".
But, this TLD doesn't exists in a distribution.
And this causes an exception : 
org.apache.jasper.JasperException: File "/WEB-INF/jsp/debug-taglib.tld" not found

In fact, foo.jsp doesn't need debug-taglib.tld, so this JSP page works after
removing the line
<%@ taglib uri="http://jakarta.apache.org/tomcat/debug-taglib" prefix="d"%>.