>>>> 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
om: "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 have a loop in a form displaying non form information. An ajax call
> can
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 probl
Hi,
I have a loop in a form displaying non form information. An ajax call
can update the source of the Loop. When the loop has less, or
different items in it during submit then when the form was initiated,
the following exception is thrown.
Loop.RestoreStateFromStoredClientValue() seems to be caus