David Leangen <dleangen <at> canada.com> writes: > > I have a table in which I use a Foreach to add rows. > > When I click on one of the buttons in the table, I am getting a > java.util.ConcurrentModificationException (full stack trace below).
The collection is being modified while an iterator is iterating on it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]