In Zend Framework, while I'm in the controller is it possible to retrieve the error messages if form->isValid() returns false? I add form elements with a custom error message and I do not want to display the error message beneath the input field but on the top of the form.
Regards Andrea