[TYPO3-mvc] Re: Objekt übergabe von View zu Controller - Typo3 6.2.9

Matthias Schröder mschroeder at codesnip.de
Tue Feb 24 15:34:20 CET 2015


Quite sure that your model does not validate.

Try adding an errorAction to your controller and print out the error-information in the request:

public function errorAction() {
  \TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump($this->arguments->getValidationResults());
}

Matthias


More information about the TYPO3-project-typo3v4mvc mailing list