Re: CFORM - repeater , add-row on OJB collection

2006-02-12 Thread Joerg Heinicke
On 08.02.2006 15:08, Alessandro Vincelli wrote: The problem occur when i try to insert new row I receive this error on: form.save(Elenco); java.lang.NoSuchMethodException: org.apache.ojb.broker.util.collections.RemovalAwareCollection.add(w4b.com.cassagest.db.Docuassist) in my binding defi

Re: CFORM - repeater , add-row on OJB collection

2006-02-11 Thread Christoph Hermann
Am Freitag, 10. Februar 2006 10:06 schrieb Alessandro Vincelli: > I would want simply to work directly on one table with a repeater. The > table does not have to be connected to a father like in all the examples > of the repeater. > Hour I succeed to modify the table, but I do not succeed to add

Re: CFORM - repeater , add-row on OJB collection

2006-02-10 Thread Alessandro Vincelli
I would want simply to work directly on one table with a repeater. The table does not have to be connected to a father like in all the examples of the repeater. Hour I succeed to modify the table, but I do not succeed to add lines. The problem is in binding. I pass an ArrayList to a bindin

Re: CFORM - repeater , add-row on OJB collection

2006-02-08 Thread Christoph Hermann
Alessandro Vincelli schrieb: Hi, > But the situation if different from the example. > I have form-repeater similar to exaple in the link, and work fine. > > In this situation I try to add Bean directly to a collection from OJB. > The collection is returned from OJB. > org.apache.ojb.broker.util.

Re: CFORM - repeater , add-row on OJB collection

2006-02-08 Thread Alessandro Vincelli
thanks, But the situation if different from the example. I have form-repeater similar to exaple in the link, and work fine. In this situation I try to add Bean directly to a collection from OJB. The collection is returned from OJB. org.apache.ojb.broker.util.collections.RemovalAwareCollection Th

Re: CFORM - repeater , add-row on OJB collection

2006-02-08 Thread Christoph Hermann
Alessandro Vincelli schrieb: > The problem occur when i try to insert new row > > I receive this error on: > form.save(Elenco); > java.lang.NoSuchMethodException: > org.apache.ojb.broker.util.collections.RemovalAwareCollection.add(w4b.com.cassagest.db.Docuassist) > in my binding definition I ha

CFORM - repeater , add-row on OJB collection

2006-02-08 Thread Alessandro Vincelli
I have a this simple form with repeater: The flowscript invoke dao.getAllRows, and pass to form/bionding a Colection: BEGIN flowscript--- Elenco = dao.getAllRows(manager); form.load(Elenco); .. form.save(Elenco); END flowscript

ojb Collection

2004-02-20 Thread Bert Van Kets
Can somebody give me a code snip on how to fill a Collection using OJB, please? I am calling the OJB method from FlowScript and use teh Collection to fill a Woody form. I have been trying to get this to work for some time now but failed. Requesting a single record works fine, but trying to get the