[TYPO3-mvc] Extbase PropertyMapper in 1.2.0 (TYPO3 4.4)

Franz Koch typo3.RemoveForMessage at elements-net.de
Wed Feb 16 18:01:52 CET 2011


Hey,

> After some hours of trial and error I still haven't found the issue.
> It's weird. The quantity of the cart items get updated but the cart
> item will be set to deleted (= 1).
...
> The reason why I do the thing manually is, that Fluid/Extbase can't
> persist multiple objects which are send via a form. The cart items
> themselves is a object storage property of the model customer.

it can update multiple objects using a single form. I'm using it all the 
time. The only thing you have to take care of if you allow to edit 
multiple objects (coming from a objectStorage) is that you currently 
have to add the __identity field manually in your template - that's it.
Haven't I showed you a example in one of your posts?

> It would be really great if someone got an idea about that.
>
> How do you update multiple objects via a form?

have extbase/fluid do it ;)

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list