[TYPO3-mvc] How to save IRRE Values?

Tolleiv Nietsch info at tolleiv.de
Sun Apr 17 22:34:51 CEST 2011


Am 17.04.2011 19:10, schrieb Fabian Fisahn:
> 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

I asked something related on the flow3.general list few weeks ago and 
got a very disappointing answer there - not sure it's different for 
extbase / fluid at the moment.

Cheers,
Tolleiv


More information about the TYPO3-project-typo3v4mvc mailing list