[TYPO3-mvc] Validation Problem - linked child object is validated but should not be...

Philipp Wrann philippwrann at gmail.com
Mon Feb 16 09:24:24 CET 2015


Hey,

i think i allready had a similar problem but i cant remember of a satisfying solution.

My problem:
I have a request model where some relations to entities can be checked. When validating the request the child objects (related in a m:n way) get validated too. How can i prevent that behaviour? The child objects are allready persisted and may have some property not perfectly matching the models validation annotation (because created via TCEMAIN), they should simply be ignored in the validation process.

Is there a property annotation that solves this? would be nice, i dont like setting up special validation configurations in the controllers init actions.


More information about the TYPO3-project-typo3v4mvc mailing list