>>>> tried this component yet and don't have much experience.
>>>>
>>>> Loop component in form is a bit tricky. Set volatile='true' means you need
>>>> have your source object unchanged. But you have deleted one row during
>>>&g
have your source object unchanged. But you have deleted one row during
>>> process, so exception happens.
>>>
>>> Thanks
>>>
>>> DH
>>>
>>>
>>> - Original Message -
>>> From: "Joost Schouten (mailing
t; Loop component in form is a bit tricky. Set volatile='true' means you need
>> have your source object unchanged. But you have deleted one row during
>> process, so exception happens.
>>
>> Thanks
>>
>> DH
>>
>>
>> - Original Mes
quot;Tapestry users"
> Sent: Tuesday, March 10, 2009 11:13 AM
> Subject: Re: [T5.1.0.0] Loop in Form problem introduced in T5.1.0.0
>
>
> Dear DH,
>
> Thanks for you quick response. I added the param but now get a new
> Exception (see below). The exception still only
w during process, so
exception happens.
Thanks
DH
- Original Message -
From: "Joost Schouten (mailing lists)"
To: "Tapestry users"
Sent: Tuesday, March 10, 2009 11:13 AM
Subject: Re: [T5.1.0.0] Loop in Form problem introduced in T5.1.0.0
Dear DH,
Thanks for y
Dear DH,
Thanks for you quick response. I added the param but now get a new
Exception (see below). The exception still only happens when elements
are removed from the Loop through AJAX, adding all works fine. This
whole volatile concept is a bit fuzzy to me and scanning the source of
the Loop comp
Set volatile="true" at the loop component to let the form not to restore the
state.
Thanks,
DH
- Original Message -
From: "Joost Schouten (mailing lists)"
To: "Tapestry users"
Sent: Monday, March 09, 2009 6:14 PM
Subject: [T5.1.0.0] Loop in Form problem introduced in T5.1.0.0
Hi,
I