On Wed, May 23, 2012 at 2:28 PM, Sean <sean.whet...@sirsidynix.com> wrote:
> I recently upgraded to tapestry 5.3.3 from 5.0.1.x, and while running some
> load tests using jmeter, I saw some new ConcurrentModificationException
> errors. The test is simple, it just selects the first checkbox on the form,
> then submits it.

<snip>

> public class CheckoutsList {
>    @Property
>    private List<CheckoutsInfoType> currentCheckouts;
>    @Property
>    private CheckoutsInfoType item;
>
>    private List<String> selected = new ArrayList<String>();

Don't initialize selected here, do it in onActivate or setupRender.

-Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to