Re: [T5.1.0.0] Loop in Form problem introduced in T5.1.0.0

2009-03-18 Thread Joost Schouten (mailing lists)
>>>> 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

Re: [T5.1.0.0] Loop in Form problem introduced in T5.1.0.0

2009-03-12 Thread Joost Schouten (mailing lists)
have your source object unchanged. But you have deleted one row during >>> process, so exception happens. >>> >>> Thanks >>> >>> DH >>> >>> >>> - Original Message - >>> From: "Joost Schouten (mailing

Re: [T5.1.0.0] Loop in Form problem introduced in T5.1.0.0

2009-03-12 Thread Howard Lewis Ship
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

Re: [T5.1.0.0] Loop in Form problem introduced in T5.1.0.0

2009-03-12 Thread Joost Schouten (mailing lists)
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

Re: [T5.1.0.0] Loop in Form problem introduced in T5.1.0.0

2009-03-09 Thread DH
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

Re: [T5.1.0.0] Loop in Form problem introduced in T5.1.0.0

2009-03-09 Thread Joost Schouten (mailing lists)
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

Re: [T5.1.0.0] Loop in Form problem introduced in T5.1.0.0

2009-03-09 Thread ningdh
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