Best Regards Zdenek M
I am struggling with very simple sample of one to many managed
association using mySQL database and custom Java assembler extended from
AbstractAssembler. I have got two destinations, parent and child. In
parent destination there is an ArrayCollection property which is
associated with child destination. I fill this ArrayCollection in my
parent assembler. Everything is fine, the data are correctly transferred
from the database to the client and when I add item into my child
ArrayCollection, the function create in my child Assembler is called.
But when I delete item from the child ArrayCollection, my child
Assembler is not called, only the update function in parent assembler is
called. Does anyone have a clue what should I do to fix this?
- [flexcoders] LCDS one-to-many managed association Zdenek Mikan

