[FLOW3-general] Mapping data on existing objects
Pascal Jungblut
typo3 at pascalj.com
Fri Jul 8 10:34:59 CEST 2011
Hi Regine,
On 07.07.2011, at 15:38, Regine Rosewich wrote:
> If you furthermore work with Ext.data.Model classes on the ExtJs Side you
> can there use the property 'idProperty' and ExtJs will always incorporate
> the persistence_identifier into the JSON Requests.
I have that working - thanks to your help on the IRC! The problem is to store the information again: normally you would use a Fluid form and submit it. F3 would then create an object which is passed to the updateAction(). The problem here is that I can not annotate the updateAction with "@var F3\Foo\Domain\Model\Object" because I only know the object's type on runtime.
So how do I update an arbitrary object?
Regards
Pascal
More information about the FLOW3-general
mailing list