Re: [symfony-users] Re: array of array

2010-02-02 Thread ozgur ince
did you set validator for this field? On Mon, Feb 1, 2010 at 6:32 PM, DoRiaN wrote: > I'm sorry, bind it's ok with $oForm->getEmbeddedForm(..)->bind(...) > > Is there an alternative? > > > On 1 fév, 17:23, DoRiaN wrote: >> Finally, I can't bind with $this->embedForm(), it's not OK. >> >> On 1 fé

[symfony-users] Re: array of array

2010-02-01 Thread DoRiaN
I'm sorry, bind it's ok with $oForm->getEmbeddedForm(..)->bind(...) Is there an alternative? On 1 fév, 17:23, DoRiaN wrote: > Finally, I can't bind with $this->embedForm(), it's not OK. > > On 1 fév, 15:16, DoRiaN wrote: > > > With $this->embedForm() it's OK. > > > Is there an alternative? > >

[symfony-users] Re: array of array

2010-02-01 Thread DoRiaN
Finally, I can't bind with $this->embedForm(), it's not OK. On 1 fév, 15:16, DoRiaN wrote: > With $this->embedForm() it's OK. > > Is there an alternative? > > On 1 fév, 12:33, DoRiaN wrote: > > > Hello (i'm french excuse me for my englis), > > > I try to use an array in widget name with $this->w

[symfony-users] Re: array of array

2010-02-01 Thread DoRiaN
With $this->embedForm() it's OK. Is there an alternative? On 1 fév, 12:33, DoRiaN wrote: > Hello (i'm french excuse me for my englis), > > I try to use an array in widget name with $this->widgetSchema- > > >setNameFormat('test[%s]'); > > $this->setWidget('example[0]',   > > On submit I've :