[symfony-users] doctrine - Jonathan.Wage - what is wrong in my ticket ?

2009-12-01 Thread dziobacz
I couldn't set default value for sfWidgetFormDoctrineChoiceMany in relation many to many (not one to many), I asked here and nobody know so I created ticket here: http://trac.symfony-project.org/ticket/7712 Why my ticket is invalid ? -- You received this message because you are subscribed to the

Re: [symfony-users] doctrine - Jonathan.Wage - what is wrong in my ticket ?

2009-12-01 Thread Thomas Rabaix
When you work with a sfMODELform then the defaults are not used. If you want to set default value in this case, just set the value to the related object $u = new User; $u-my_default_value = 'asds'; $f = new sfUserForm($u) On Tue, Dec 1, 2009 at 10:28 AM, dziobacz aaabbbcccda...@gmail.com wrote: