[TYPO3-mvc] Getting object into my Fluid form

Sebastian Kurfürst sebastian at typo3.org
Thu Feb 18 10:36:22 CET 2010


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


More information about the TYPO3-project-typo3v4mvc mailing list