|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 443 | minor | always | 11-02-05 00:00 | 11-30-05 10:19 | |
|
|
|||||
| Reporter: | sam | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | high | OS Version: | |||
| Status: | closed | Product Version: | 3.0.14 | ||
| Product Build: | 3.0.14 | Resolution: | fixed | ||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.0.16 | ||
|
|
|||||
| 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 |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||