Anonymous | Login | Signup for a new account | 12-17-2024 11:03 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000465 | [Resin] | minor | always | 11-25-05 00:00 | 11-30-05 10:21 | ||||
Reporter | anonymous | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.0.15 | ||||||
Summary | 0000465: c:forEach works incorrectly unless <jsp/> is present | ||||||||
Description |
RSN-514 This seems to be similar to RSN-492. The following JSP code: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" [^] %> <% java.util.List list = new java.util.ArrayList(); list.add("a"); list.add("b"); list.add("c"); pageContext.setAttribute("list", list); %> <c:forEach items="${list}" var="element"> <c:out value="${element}"/> </c:forEach> Erroneously produces: ${list} Unless the <jsp/> directive is included in web.xml: <web-app> <jsp/> </web-app> In which case it produces: a b c |
||||||||
Additional Information | Windows XP, Sun Java 1.5.0_02-b09 | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed. 27 unique queries executed. |