Using Symfony, version 2.3 and more recent, I want the user to click on a link to go to the edition page of an already existing entity and that the form which is displayed to be
In place of:
$form->submit($request->request->get($form->getName()));
Try:
$form->submit(array(), false);