DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21108>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21108 java.util.ConcurrentModificationException occurs in iterator ------- Additional Comments From [EMAIL PROTECTED] 2003-06-26 21:09 ------- I don't think this is a Struts bug. Although the objects that you are manipulating directly are all request scoped, they have properties set which have a longer life span (based on code you emailed to me). <logic:iterate id="labkitForm" name="course" property="labKits" type="com.globalknowledge.rlms.model.labkit.LabKitTextForm" > I think if you change the accessor course.getLabKits to return a copy of collection instead of the collection itself, your ConcurrenetModificationExceptions will go away. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]