[TYPO3-mvc] Creating Multiple Objects with a single view

Sebastian Kurfürst sebastian at typo3.org
Sun Jan 3 22:09:38 CET 2010


Hi Nathan,

Unfortunately this is not submitted yet out-of-the box, as the Property
Mapper does not support that yet.

What I'd do to circumvent this problem:
- disable the request hash with @dontverifyrequesthash
- get the arguments as array, and map them myself
  using Tx_Extbase_Property_Mapper->mapAndValidate()

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list