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

Incorrect taglib.tld error message in catalina.log

           Summary: Incorrect taglib.tld error message in catalina.log
           Product: Tomcat 4
           Version: 4.1.24
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I ported my web site from orion web server to tomcat.
I encountered a problem while trying to guess why my taglib.tld is parsed with 
errors. 
Due to orion pecularities I kept 2 different notations for some of the tags, 
whose names changed, e.g.
  <shortname> Name </shortname>
  <short-name> Name </short-name> 
  etc.
This caused an error while parsing, but the report in catalina logs looked like 
this:

org.apache.jasper.JasperException: XML parsing error on file /WEB-
INF/taglib.tld: (line 18, col 12): Element type "shortname" must be declared.

I recognize that this is a very minor problem, but if the report looked like 
this:

org.apache.jasper.JasperException: XML parsing error on file /WEB-
INF/taglib.tld: (line 18, col 12): Element type "short-name" must be declared.

it could have saved me from guessing which notation I should have used with 
tomcat.

Thanks. =)

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

Reply via email to