Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001646 [Resin] minor always 03-14-07 09:11 06-05-07 15:44
Reporter urutora90 View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.0.23
Summary 0001646: JSTL x: namespace attribute prevents page to render correctly
Description The document below does not yield any output (it should print "hello, world!"). Once the namespace attribute ("xmlns") of the "html" element is removed, the page renders correctly. (JDK 1.5, WinXP, Resin-Pro 3.0.23)

<?xml version="1.0" encoding="UTF-8"?>
<jsp:root
    xmlns:jsp="http://java.sun.com/JSP/Page" [^]
    xmlns:x="http://java.sun.com/jsp/jstl/xml" [^]
    xmlns:c="http://java.sun.com/jsp/jstl/core" [^]
    version="2.0">
    <jsp:directive.page contentType="text/html; charset=UTF-8"/>
    <html xmlns="http://www.w3.org/1999/xhtml"> [^]
        <body>
            <x:parse var="hello">
                <foo><bar>hello, world!</bar></foo>
            </x:parse>
            <x:forEach select="$hello/foo/bar">
                <x:out select="." />
            </x:forEach>
        </body>
    </html>
</jsp:root>
Additional Information
Attached Files

- Relationships

- Notes
(0002013)
ferg
06-05-07 15:44

jsp/1g59
 

- Issue History
Date Modified Username Field Change
03-14-07 09:11 urutora90 New Issue
06-05-07 15:44 ferg Note Added: 0002013
06-05-07 15:44 ferg Assigned To  => ferg
06-05-07 15:44 ferg Status new => closed
06-05-07 15:44 ferg Resolution open => fixed
06-05-07 15:44 ferg Fixed in Version  => 3.1.2


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker