Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
886 | major | always | 01-19-06 15:00 | 01-24-06 21:48 | |
|
|||||
Reporter: | anonymous | Platform: | Linux | ||
Assigned To: | ferg | OS: | Suse | ||
Priority: | normal | OS Version: | 9.3 / 10.0 | ||
Status: | closed | Product Version: | 3.0.17 | ||
Product Build: | Pro | Resolution: | fixed | ||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.18 | ||
|
|||||
Summary: | 0000886: JSTL forEach tag variable affects variables with the same name with a wider scope | ||||
Description: |
At the end of the JSTL forEach loop the variable used is apparently unset at at the page level. The example detailed in the 'Additional Information' seeks to explain the effect. The example executes successfully in Resin 3.0.14, but fails in Resin 3.0.17. Reproduced on Suse 9.3/10.0 using JDK 1.5.0_6 |
||||
Steps To Reproduce: |
// 'issues' collection and 'issue' object being set. ${issue.title} // Renders successfully // iterating through issues collection <c:forEach items="${issues}" var="issue"> ${issue.property} </c:forEach> ${issue.title} // Renders nothing. |
||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|