public function __construct(sfForm $form)
 {
     parent::__construct($form->getWidgetSchema());
     $this->setForm($form);
 }