Hello, I have a fluid form which is validated by the model. The validation works and i get the validation results in the f:form.validationResults viewhelper. But how can i get these errors in my controller? I tried $this->request->getErrors() but it's empty. Any help would be great! Regards, Henk