[TYPO3-mvc] Getting object into my Fluid form

Søren Malling soren.malling at gmail.com
Thu Feb 18 10:59:22 CET 2010


Thanks a ton, it worked  :-)

I also found out that I've been copying to much from the blog_example,
my arguments="... was still {blog: blog :-)

Now on to the updateAction :-)

Thanks again!!

Regards,

Søren

2010/2/18 Sebastian Kurfürst <sebastian at typo3.org>:
> Hey,
>
> the error occurs because when calling the editAction, you miss the
> argument "member".
>
> So, to create a working link for editing a member, do like this in Fluid:
> <f:link.action action="edit" arguments="{member: member}">Edit
> member</f:link.action> (Of course, there must be the member object you
> wish to edit inside {member}).
>
> The problem is not related at all to the form right now. If you remove
> the form inside the edit.html template, and replace it by a dummy text,
> you'll get the same error (if you call the edit action without the
> member parameter).
>
> Greets, and I wish you all the best trying out Extbase and Fluid :)
> Sebastian
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
>



-- 
Officially Certified TYPO3 Integrator


More information about the TYPO3-project-typo3v4mvc mailing list