[TYPO3-mvc] How to save IRRE Values?

Fabian Fisahn fisahn at its-immaterial.com
Sun Apr 17 19:10:39 CEST 2011


Hi List,

I need to save some values of type Tx_Extbase_Persistence_ObjectStorage
to my database. In the Backend it works with IRRE.

An example:
I have products with different stores and deliver dates

<f:for each="{product.stores}" as="store">
	<f:form.textfield property="??" value="{store.name} />
	<f:form.textfield property="??" value="{store.deliverDate} />
</f:for>

How can I add/update these values to the database if I update the
product object?


Thanks
Fabian


More information about the TYPO3-project-typo3v4mvc mailing list