Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
105 | minor | always | 04-15-05 00:00 | 05-11-05 00:00 | |
|
|||||
Reporter: | bearbibeault | Platform: | |||
Assigned To: | OS: | ||||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.0.12 | ||
Product Build: | 3.0.12 | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.13 | ||
|
|||||
Summary: | 0000105: Tag file <jsp:doBody> doesn't assign properly within a <c:set> | ||||
Description: |
RSN-96 The following tag file example does not work properly: --- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" [^] prefix="c" %> [<c:set var="abc"><jsp:doBody/></c:set>] The body of the tag is: ${abc} --- The body of the tag is emitted in-place (between the [ and ] characters, rather than being assigned to scoped variable "abc". I do not believe that the Jakarta implementation of the JSTL is at fault since the very same example works without problem using Tomcat 5.0.25. |
||||
Steps To Reproduce: | |||||
Additional Information: |
WinXPP Jakarta JSTL 1.1.2 |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|