[TYPO3-mvc] Fluid: Complex forms best practice
Nikolas Hagelstein
lists at shr-now.de
Thu Jul 9 11:49:02 CEST 2009
Hi,
>That does not work currently, cause the property mapper tries to
>instantiate a class of type "array"..
create a class of arrayObject add a generic getter/setter to it and pass it
over to the template. E.g.
Class Whatever extends ArrayObject (
.....
)
Voila.
Or use initializeMyAction to put all arguments together...
Cheers,
Nikolas
More information about the TYPO3-project-typo3v4mvc
mailing list