Re: For component ConcurrentModificationException during rewind.

2006-10-17 Thread Patrick Moore
nd I hadn't even considered it! Gareth - Original Message From: Christian Haselbach <[EMAIL PROTECTED]> To: Tapestry users Sent: Monday, 16 October, 2006 2:14:57 PM Subject: Re: For component ConcurrentModificationException during rewind. Zitat von Gareth <[EMAIL PROTECTED]&

Re: For component ConcurrentModificationException during rewind.

2006-10-17 Thread Gareth
e: For component ConcurrentModificationException during rewind. Zitat von Gareth <[EMAIL PROTECTED]>: > I have gotten around the problem by, in the listener for "onDelete", I flag > the row for deletion, and then in the "PageBeginRender" method, I check to > see that it is not

Re: For component ConcurrentModificationException during rewind.

2006-10-16 Thread Christian Haselbach
Zitat von Gareth <[EMAIL PROTECTED]>: > I have gotten around the problem by, in the listener for "onDelete", I flag > the row for deletion, and then in the "PageBeginRender" method, I check to > see that it is not rewinding - i.e. it is about to start rendering the > response, and if the deletion

For component ConcurrentModificationException during rewind.

2006-10-16 Thread Gareth
hi, I am making use of the tapestry For loop in my HTML to create a table (I'm using this rather than a table due to the simplicity). I have 3 columns of data, and 2 buttons per row. one button deletes the row, and the other changes all fields to edit boxes so it can be amended. At the bottom