Open fadoe opened 9 years ago
I take a look in the code from ValidFormRequest: https://github.com/QafooLabs/QafooLabsNoFrameworkBundle/blob/master/src/QafooLabs/MVC/Form/ValidFormRequest.php#L63-L69
I wonder why getForm() throws this exception. Is this a copy-past-error?
@fadoe the problem is that it would need to return a form instance configured to answer the questions correctly that your controller sends, not sure if that is possible.
I take a look in the code from ValidFormRequest: https://github.com/QafooLabs/QafooLabsNoFrameworkBundle/blob/master/src/QafooLabs/MVC/Form/ValidFormRequest.php#L63-L69
I wonder why getForm() throws this exception. Is this a copy-past-error?