Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002804 [Resin] minor always 07-24-08 10:39 08-21-08 09:22
Reporter bregnvig View Status public  
Assigned To
Priority normal Resolution fixed  
Status closed   Product Version 3.1.6
Summary 0002804: c:forEach deletes the request scoped variable
Description In a struts action I set the following:

request.setAttribute("child", child);

In my JSP I can now use my child object using ${child.firstName}.

But after I've executed a forEach with the following statement:

<c:forEach var="child" items="${pageScope.children}">
 ....
</c:forEach>

I can no longer use ${child.firstName} as the attribute has been removed.

The JSTL spec says:
Name of the exported scoped variable for the
current item of the iteration. This scoped
variable has nested visibility. Its type depends
on the object of the underlying collection.

So I assume the forEach should not have removed the request scoped attribute only the page scope attribute from the forEach loop.
Additional Information It works as expected on 3.0.x
Attached Files

- Relationships

- Notes
(0003347)
alex
08-21-08 09:22

jsp/(1cmg, 1cmh, 1cmi, 1ddv, 1dduJ)
 

- Issue History
Date Modified Username Field Change
07-24-08 10:39 bregnvig New Issue
08-21-08 09:22 alex Status new => closed
08-21-08 09:22 alex Note Added: 0003347
08-21-08 09:22 alex Resolution open => fixed
08-21-08 09:22 alex Fixed in Version  => 3.1.7


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker