Anonymous | Login | Signup for a new account | 12-17-2024 11:43 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.2 | Product Version | 3.0.23 | ||||
Product Build | |||||||||
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> |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |