How to embed a Form with an m:n (many to many) relation into an other?

Posted by koalabruder on Stack Overflow See other posts from Stack Overflow or by koalabruder
Published on 2010-03-20T16:56:43Z Indexed on 2010/03/20 17:01 UTC
Read the original article Hit count: 280

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about symfony

Related posts about embed