[symfony-users] Re: How to deal with Form Collection on Symfony2 Beta ?

2011-05-10 Thread barbacan
around this situation, but it's not finished yet. Thanks! Ryan Weaver US Office Head Trainer - KnpLabs - Nashville, TNhttp://www.knplabs.comhttp://www.knplabs.com/enhttp://www.thatsquality.com Twitter: @weaverryan On Fri, May 6, 2011 at 3:53 AM, barbacan julien.ga...@gmail.com wrote

[symfony-users] Re: How to deal with Form Collection on Symfony2 Beta ?

2011-05-10 Thread barbacan
:53 AM, barbacan julien.ga...@gmail.com wrote: (I originally posted my question here : http://stackoverflow.com/questions/5894570/how-to-deal-with-form-coll... ?) Hi! I have an entity User and an entity Address. There is a relation One- to-Many between User and Address :    class User

[symfony-users] How to deal with Form Collection on Symfony2 Beta ?

2011-05-06 Thread barbacan
(I originally posted my question here : http://stackoverflow.com/questions/5894570/how-to-deal-with-form-collection-on-symfony2-beta ?) Hi! I have an entity User and an entity Address. There is a relation One- to-Many between User and Address : class User { /** *