[TYPO3-mvc] Fluid: Pass current query string to form action

Nikolas Hagelstein lists at shr-now.de
Wed May 5 13:21:48 CEST 2010


Hi,

i would use initializeAction to construct the request you need.
Have a look at:

$this->arguments->getArgumentNames()
$this->request->getArguments();
$this->request->setArguments();

If you got real foreign paramets you ll probably have fetch them from
_POST/_GET directly.

Hope this helps,
Cheers,
Nikolas



More information about the TYPO3-project-typo3v4mvc mailing list