Anonymous | Login | Signup for a new account | 12-17-2024 11:00 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.3 | Product Version | 3.1.0 | ||||
Product Build | |||||||||
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}" /> |
||||||||
Steps To Reproduce | |||||||||
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 | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |