Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001840 [Resin] major always 07-02-07 00:53 07-25-07 18:06
Reporter sergek View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.0
Summary 0001840: prelude and code do not work
Description The taglib definitions in preludes and codas are not carrying over to the JSPs that they are attached to. This is critical since this is the main purpose of this JSP feature.

foo.jsp
In JSP: <c:out value="${pageContext}" />

web.xml
<jsp-config>
    <jsp-property-group>
        <url-pattern>*.jsp</url-pattern>
        <include-prelude>/WEB-INF/prolude.jspf</include-prelude>
    </jsp-property-group>
</jsp-config>

prelude.jspf
<%@ taglib uri='http://java.sun.com/jsp/jstl/core' [^] prefix='c' %>
In prelude: <c:out value="${pageContext}" />
Additional Information This works in resin 3.0.x but cannot get working in Resin 3.1.0, 3.1.1, or snapshot of 6/18.
Attached Files

- Relationships

- Notes
(0002134)
ferg
07-25-07 18:06

jsp/1515
 

- Issue History
Date Modified Username Field Change
07-02-07 00:53 sergek New Issue
07-02-07 00:53 sergek Issue Monitored: sergek
07-25-07 18:06 ferg Note Added: 0002134
07-25-07 18:06 ferg Assigned To  => ferg
07-25-07 18:06 ferg Status new => closed
07-25-07 18:06 ferg Resolution open => fixed
07-25-07 18:06 ferg Fixed in Version  => 3.1.3


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