[TYPO3-mvc] Submit a backend modules f:form as "get"
Jan Kornblum
jan.kornblum at gmx.de
Tue Oct 13 10:19:56 CEST 2015
Hi Helmut,
> $_GET['moduleToken']
>
> No other way …
Thanks a lot - good to know!
> May I ask why you want to submit the form via get?
Yes, of course: The module contains a filterable list and i want thoose
filters to be preserved even...
a) after using the pagebrowser
b) after editing a record using a link to alt_doc.php
So especially to get the "close record and back to previous view and
page" behaviour accomplished, T3_THIS_LOCATION needs to contain the
whole query string. That's why a intended to submit the form via get.
But in between i'v switched to another approach: Now i just store the
filter object into the backend user session. No need for get-submission
any longer ;)
Kind regards, Jan
More information about the TYPO3-project-typo3v4mvc
mailing list