[TYPO3-mvc] does dontvalidate not work on simple types
Sebastian Kurfürst
sebastian at typo3.org
Sat May 22 12:25:35 CEST 2010
Hey,
> could it be that @dontvalidate does not work on simple types? i got
That's intended behavior.
@dontvalidate *only* disables Model-based-validation, i.e. all @validate
annotations in the model object, and the validator class for the model.
This way, one can disable model based validation, but still check the
type hint.
Greets,
Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list