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é
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?
>
>
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
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 :