| Anonymous | Login | Signup for a new account | 11-09-2025 23:37 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 | ||||
| 0000443 | [Resin] | minor | always | 11-02-05 00:00 | 11-30-05 10:19 | ||||
| Reporter | sam | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | high | Resolution | fixed | ||||||
| Status | closed | Product Version | 3.0.14 | ||||||
| Summary | 0000443: c:if fails unless <jsp/> present | ||||||||
| Description |
RSN-492 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core' [^] %> <% pageContext.setAttribute("a", new Boolean(true)); %> <c:if test="${a}" var="y"/> <c:if test="${not a}" var="z"/> y: <c:out value="${y}"/> z: <c:out value="${z}"/> Erronously produces: y: false z: false Unless the <jsp/> directive is included in web.xml: <web-app> <jsp/> <web-app> y: true z: false |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 27 unique queries executed. |