[symfony-users] Re: sfWidgetFormInputFileEditable - unexpected field

2009-01-02 Thread avorobiev
Add validation rule for checkbox field in the form declaration: public function configure() { parent::configure(); ... $this->validatorSchema['with_delete'] = new sfValidatorBoolean(); } For more information look at http://trac.symfony-project.org/ticket/5524 On 30 дек 2008,

[symfony-users] Re: sfWidgetFormInputFileEditable - unexpected field

2008-12-30 Thread Jeremy Benoist
Hi, Same problem for me and I wonder how to correctly use "with_delete". I take a look at Jobeet, to see how it is handled in job backend part, but there is also the problem.. J. On 1 nov, 00:09, adrive wrote: > Hello. I would like to use sfWidgetFormInputFileEditable with the delete > feature