Mantis - Resin
Viewing Issue Advanced Details
1840 major always 07-02-07 00:53 07-25-07 18:06
sergek  
ferg  
normal  
closed 3.1.0  
fixed  
none    
none 3.1.3  
0001840: prelude and code do not work
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}" />
This works in resin 3.0.x but cannot get working in Resin 3.1.0, 3.1.1, or snapshot of 6/18.

Notes
(0002134)
ferg   
07-25-07 18:06   
jsp/1515