[Flow] Creating Account and own object at once

David Sporer david.sporer at gmail.com
Mon Jun 30 18:01:43 CEST 2014


Hi Daniel,

yes the part of the Flow Cookbook should be the solution. You need to
create a DTO that contains the data you want and then create the objects in
your Action.
If you've got questions - just ask.

Regards
David

Btw.: this is the link you've mentioned:
http://wiki.typo3.org/Flow_Cookbook#Create_multiple_objects_with_one_Fluid_form


2014-06-30 16:59 GMT+02:00 Daniel Völkel <d.voelkel at medienwuerfel.de>:

> Hi,
>
> I'm actually building my first project with Flow. Unfortunately I got
> stuck a little bit at the user registration process.
> Within one fluid form, I want to get username, password and some
> additional data, based on a model. While calling the createAction, I'll get
> an error saying Exception while property mapping for target type
> "Vendor\xxx\Domain\Model\xxx", at property path "": Object with identity
> "xxx" not found.
> In the Flow Cookbook, I found an article about Data Transfer Objects and
> creating multiple objects with one form (unfortunately I'm not allowed to
> post links). Could this be the solution to my problem or am I on the wrong
> path?
>
> I hope you can help me.
>
> Best regards,
> Dan
> _______________________________________________
> Flow mailing list
> Flow at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow
>


More information about the Flow mailing list