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 16:23 -------
Based on the stack trace, I'm not seeing how selecting a link triggers the
error. The stack trace implies that during the execution of
IterateTag.doAfterBody, the collection that backs the iterator that the tag
handler is looping over gets modified. This is the only <logic:iterate> I see in
the code you've provided (from "labkit admin jsp"):

<logic:iterate id="labkitForm"
               name="course"
               property="labKits"
               type="com.globalknowledge.rlms.model.labkit.LabKitTextForm">

What scope (page, request, session, application) is the "course" bean stored in?
How is its "labKits" collection created? Are there other parts of your app that
interact with or manipulate the "course" bean or its "labKits" collection?

I'm tempted to mark this INVALID since I can't see how it's a Struts bug (at
least not yet). It might be better to post to the struts-user group to see if we
can put more heads against helping to figure out what's going on in the app.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to