[TYPO3-mvc] Write on two objects with one form
Steffen Ritter
info at rs-websystems.de
Thu Dec 31 13:40:40 CET 2009
Sebastian Kurfürst schrieb:
> If the one object is a child of the other object, it already works:
>
> <f:form name="person" object="{person}">
> <f:form.textbox property="name" />
> <f:form.textbox property="address.zip" /> <-- will work on the ZIP code
> </f:form>
>
> I hope this helps :)
>
> Greets,
> Sebastian
And what does this mean to you -> currently you need to do create a meta
object, having both objects as properties ... and pass this object to
the formviewhelper
More information about the TYPO3-project-typo3v4mvc
mailing list