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é

Re: [symfony-users] sfWidgetFormPropelJQueryAutocompleter stops working after submitting form with errors

2010-01-13 Thread ozgur ince
did you change your executeCreate and executeUpdate actions? On Wed, Jan 13, 2010 at 10:04 PM, J_Wesker wrote: > Hi everyone! > I'm currently using: > sfWidgetFormPropelJQueryAutocompleter for the autocompletition > feature. > Symfony 1.2 > Mozilla Firefox 3.5.5 > Firebug 1.4.5 > > When the new o

Re: [symfony-users] Modify sfGuardUserForm fields

2010-01-13 Thread ozgur ince
you should do your changes in plugins\sfDoctrineGuardPlugin\lib\form\doctrine\sfGuardUserAdminForm.class or change the form class in plugins\sfDoctrineGuardPlugin\modules\sfGuardUser\config\generator.yml On Wed, Jan 13, 2010 at 12:46 AM, Jose San Gil wrote: > Hi folks! > > I'm trying to modify