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 have this:
>         <fb:on-insert-row>
>             <fb:insert-bean classname="w4b.com.cassagest.db.Docuassist"
> addmethod="add"/>
>         </fb:on-insert-row>

> How Can I add object to a Collection from  OJB?

This (forget about the jdo stuff):
http://www.guschtel.de/HP5/linux/ojbjdo_dmton.php
should get you started, you can specify a method in the binding.

HTH
Christoph

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]