Re: CForms error: Invalid submit id (no such widget)

2005-11-27 Thread Sylvain Wallez
Andreas Deininger wrote: Hi, I coded a form using CForms. Inside this form is a repeater which allows to add/delete rows. I invoke this form via the following line inside an apple: appleResponse.sendPage(Form-submission_form-Pipe, viewData); Everything is working fine, I can insert and delete

Re: CForms error: Invalid submit id (no such widget)

2005-11-27 Thread Andreas Deininger
Sylvain, thanks for the info! Since I'm considering an upgrade to 2.1.8 I would like to ask whether the bug you mentioned is fixed in 2.1.8 already? Or in SVN only? TIA Andreas 2005/11/27, Sylvain Wallez [EMAIL PROTECTED]: Andreas Deininger wrote: Hi, I coded a form using CForms. Inside

Re: CForms error: Invalid submit id (no such widget)

2005-11-27 Thread Joerg Heinicke
On 27.11.2005 15:24, Andreas Deininger wrote: Since I'm considering an upgrade to 2.1.8 I would like to ask whether the bug you mentioned is fixed in 2.1.8 already? Or in SVN only? Unfortunately only in SVN as Sylvain fixed the bug just a few minutes ago. Jörg

Re: CForms error: Invalid submit id (no such widget)

2005-11-27 Thread Sylvain Wallez
Joerg Heinicke wrote: On 27.11.2005 15:24, Andreas Deininger wrote: Since I'm considering an upgrade to 2.1.8 I would like to ask whether the bug you mentioned is fixed in 2.1.8 already? Or in SVN only? Unfortunately only in SVN as Sylvain fixed the bug just a few minutes ago. Yup. You

CForms error: Invalid submit id (no such widget)

2005-11-25 Thread Andreas Deininger
Hi, I coded a form using CForms. Inside this form is a repeater which allows to add/delete rows. I invoke this form via the following line inside an apple: appleResponse.sendPage(Form-submission_form-Pipe, viewData); Everything is working fine, I can insert and delete arbitrary rows of my