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

If jsp:output is specified in a Tag file in XML syntax without the 
omit-xml-declaration attribute, jasper incorrectly generates a declaration

           Summary: If jsp:output is specified in a Tag file in XML syntax
                    without the omit-xml-declaration attribute, jasper
                    incorrectly generates a declaration
           Product: Tomcat 5
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


According to JSP.5.16
  "The default value for a tag file in XML syntax is always 'yes'"

Give a Tag file in XML syntax simiar to:

    <?xml version="1.0"?>
    <root xmlns:jsp="http://java.sun.com/JSP/Page";>
        <jsp:output />
    </root>

The following output is generated by a JSP page that does nothing but invoke the
tag:

<?xml version="1.0" encoding="UTF-8"?>
<root></root>

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

Reply via email to