Thanks for your reply Daniel, I knew I wasn't the only one, it seems to me this is something very common to find in any project I don't know how other developers have managed to do it. And I can't find anything related to creating forms by hand without the form framework just like I used to do in symfony 1.0. This is very frustrating I've spent about a week trying to figure out how to do this, I even tried to split the many2many table into two separates tables but I think there is a bug:
http://trac.symfony-project.org/ticket/6615 I tried to embed the forms with no luck, I think I'll give that another try. Carlos Mafla On Jun 12, 4:21 am, Daniel Reiche <[email protected]> wrote: > Hi gigo, > > have a look at my post > at:http://groups.google.com/group/symfony-users/browse_thread/thread/bf2... > I'm having the same use case, but managed to go one step further: > The trick seems to be to embed subforms instead of the multi-select > widget. But i have not managed to get the embedded forms to save and > read data correctly. > > However, I have seen problems with embedded forms popping up around > the web, there is even a bug entry for this > at:http://trac.symfony-project.org/ticket/5867 > > But the solutions mentioned there do not work for me. > Maybe we can find a workaround together, in case none of the > developers seems to care about our problems (which would be sad, > though!) > > Greetz, > 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 -~----------~----~----~----~------~----~------~--~---
