Mantis Bugtracker
  

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

- Relationships

- Notes
(0000473)
ferg
11-02-05 00:00

jsp/1c0v
 

- Issue History
Date Modified Username Field Change
11-02-05 00:00 sam New Issue
11-30-05 00:00 administrator Fixed in Version  => 3.0.16
11-30-05 08:37 ferg Assigned To  => ferg
11-30-05 10:19 ferg Status resolved => closed


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