[TYPO3-mvc] Tx_Extbase_MVC_Exception_InfiniteLoop -> how to debug?

Sebastian Kurfürst sebastian at typo3.org
Wed Feb 17 16:52:36 CET 2010


Hi,

this is usually caused by a missing @dontvalidate annotation in the
Controller and a failure in validation - then an endless loop occurs :-)

Just add @dontvalidate as in the blog example for the Form-Show-Actions.

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list