Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1840 | major | always | 07-02-07 00:53 | 07-25-07 18:06 | |
|
|||||
Reporter: | sergek | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.3 | ||
|
|||||
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. | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|