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

http://issues.apache.org/bugzilla/show_bug.cgi?id=42194

           Summary: TAGX files do not work with JSPX files.
           Product: Tomcat 6
           Version: 6.0.10
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


jsp files work with .tag files in WEB-INF/tags. jspx files do not work with
.tagx files (nor .tag files but I can understand that).

Bug is also present in 5.5.
jspx file:
<?xml version="1.0" encoding="iso-8859-1"?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"; xmlns:bugdemo="/WEB-INF/tags"
xmlns:c="http://java.sun.com/jsp/jstl/core"; version="2.0">
    <jsp:directive.page contentType="text/html"></jsp:directive.page>
        <bugdemo:TestTag></bugdemo:TestTag>
</jsp:root>

tagx file WEB-INF/tags/TestTag.tagx:
<?xml version="1.0" encoding="iso-8859-1"?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"; xmlns:tree="/WEB-INF/tags"
xmlns:c="http://java.sun.com/jsp/jstl/core"; xmlns="http://www.w3.org/1999/xhtml";
version="2.0">
TEST TAG OUTPUT
</jsp:root>

Produced output is simply tagname.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to