RE: ConcurrentModificationException when using tag

2002-09-03 Thread Hajratwala, Nayan (N.)
Original Message- From: David Tam [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 2:12 AM To: [EMAIL PROTECTED] Subject: ConcurrentModificationException when using tag i am using Struts 1.1b2 with tiles on BES 5.0.2(tomcat 4.0.1). i ve got the following form:

ConcurrentModificationException when using tag

2002-09-02 Thread David Tam
i am using Struts 1.1b2 with tiles on BES 5.0.2(tomcat 4.0.1). i ve got the following form: public final class fw_MenuItemAdminForm extends ActionForm { private List parmsAL = new FastArrayList(); private Collection parms = col1.lazyList(parmsAL, fw_MenuItemParmVO.class); public v