How to embed a Form with an m:n (many to many) relation into an other?
- by koalabruder
I have a genereated form which handles a m:n relation. The generated form overrides the doSave() method to handle the "list".
If I embed this Form in an other the special doSave() mothod is never called. The result is that everything works fine except that the m:n relation isn't stored.
Do I have to handle the m:n relation manuel?
Thanks