[FLOW3-general] Beginner issue with createAction() with two parameters
Christine Gerpheide
cgerpheide at gmail.com
Fri Dec 25 01:49:02 CET 2009
Hi,
Thank you both for the replies. I had previously tried using
@dontverifyrequesthash, which did work for the createAction() and the
objects were successfully created. However, when I went to try to edit the
object and submit the form back to updateAction() (which also needed the
annotation), I was getting another error indicating *something* like it
could not find the original object when I was trying to perform the actual
update inside the action. Unfortunately I don't remember the exact error,
but after I return from vacation I will give it another try and post here
with my findings.
Thanks again,
Christine
2009/12/25 Sebastian Kurfürst <sebastian at typo3.org>
> Hi Christine,
>
> alternatively, add the annotation @dontverifyrequesthash to your
> controller action.
>
> Did you declare the form to be POST? The request hash only works
> correctly for POST data.
>
> Greets,
> Sebastian
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
>
More information about the FLOW3-general
mailing list