Closed
Description
The section
http://symfony.com/doc/current/book/forms.html#disabling-validation
states that
Sometimes it is useful to suppress the validation of a form altogether. For these cases,
you can skip the call to isValid() in your controller.
and
If you want to suppress validation completely, remove the isValid() call from your controller.
This does not work because form validation is performed in handleRequest()