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,
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