Hi there, I am struggling to get a new symfony site to work which relies on severall m2m relations being set from a parent form.
I have included subforms for the association table entries, but when i create a new object, the id of the parent object doesn't get propagated to the embedded form. (Sample below) Anyone here had a similiar issue or has found a way of mutually propagating values to embedded forms? --- Sample Scenario: itemA <- itemRel -> ItemB - Created a form to add a new itemA and embedded a form for setting itemRel from there. - create a new itemA and set itemB as related through embedded form - saving the itemA-Form (adding a new itemA object) causes the relation table to contain: id, itemA, itemB 1, null, 1 --- Also described in Bug #5867 Hoping for Help, Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
