public function executeEdit(sfWebRequest $request)
 {
     $this->comment = $this->getRoute()->getObject();
     $this->form = $this->configuration->getForm($this->comment);
     $this->form->setDefault('body', commentTools::removeBrAndBlockquote($this->comment->body));
 }