[TYPO3-mvc] Re: Create multiple objects with one form using fluid

Daniel Lienert daniel at lienert.cc
Sun Mar 10 09:49:14 CET 2013


Hey Søren,

As i know, there is no extbase-magic way to generate a variable amount of objects within one "create"-call. My suggestion would be to create the objects by-hand within your create method by using the extbase request object to retrieve the array of submitted data. Validating the input and the objects manually should not be a problem, as your model seems to be very simple.

Greetings, 
Daniel
-- 
TYPO3 related: http://daniel.lienert.cc | http://yag-gallery.de


More information about the TYPO3-project-typo3v4mvc mailing list