[TYPO3-mvc] rewritten property manager and multiple objects in one form

Henjo Hoeksma me at henjohoeksma.nl
Mon Oct 15 23:37:01 CEST 2012


Hi list,

I use on more than one occasion forms with multiple objects.
This works well since Extbase 1.3 (not sure) but goes broke when turning on the rewritten property manager.

This is an example of what I do, and goes fried when using the rewritten property manager:

<f:form.textfield property="address.first.street" />
<f:form.textfield property="address.second.street" />

Address is a property of the person object here.

Any hints on what to do to get this working with the rewritten property manager as well?

Thanks in advance.

Henjo


More information about the TYPO3-project-typo3v4mvc mailing list