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=11112>.
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=11112

Tomcat not aware of Implicit Map entries from TLDs

           Summary: Tomcat not aware of Implicit Map entries from TLDs
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


According to JSP1.2 spec JPS.7.3.4, it says :

   Each TLD file is examined. If it has a <uri> element, then a new <taglib>
   element is created, with a <taglib-uri> subelement whose value is that of
   the <uri> element, and with a <taglib-location> subelement that refers to
   the TLD file.

But if tld has <uri>, and that tld is not in a web.xml, if jsp has taglib
directive with uri which is same as tld's <uri> value, Jasper raises the
exception that :

        at 
org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:214)
        at 
org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:174)
        at 
org.apache.jasper.compiler.JspParseEventListener.processTaglibDirective(JspParse
EventListener.java:1162)
        at 
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventLi
stener.java:758)
        at 
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener
.java:121)
        at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:255)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1145)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1103)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1099)
        at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:213)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:210)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to