Did you get anywhere with this one? I think this is a very common requirement for forms to handle the hasMany relationship with the ability to create new rows on the related table from within the master form. Ive been searching all over but as of yet cant find a way to do it and so looking at a way to implement it myself in the symfony framework. Any developers have ideas on how this would be best implemented? Im currently looking at developing a subform widget.
Kind Regards, David On Oct 2, 9:12 pm, Ardesco <[EMAIL PROTECTED]> wrote: > I'm a fairly new symfony user, and I've managed to populate a form > with various widgets. However, one question that I've had is how one > can add additional forms when needed. > > For example, I have an input field called "links", which allows the > user to add an arbitrary number of links. I know in Django, their > admin interface allows a user to specify a field as being "inline" > with a certain number of extra forms...Is there such an option in > Symfony to manipulate widgets in such a fashion without anything fancy > like javascript? > > I just want to be able to give users the option to add in multiple > items for a particular entry, multiple forms doesn't have to be the > answer I rely on, but it sounds like the most logical. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
