[TYPO3-mvc] getting vars of form after sending
Steffen Ritter
info at rs-websystems.de
Fri Dec 11 14:31:24 CET 2009
Alex Bailey schrieb:
> I've managed to get it running and include both in 1 plugin :) the
> flexform config did the job, but now I still have the problem that I
> can't figure out how I can access the namespace of my "list" template in
> my "filter/ search" is there some sort of command to access those vars?
inside the controller you may do sth like this
if($this->request->hasArgument('myFormVar')) {
$this->view->assign('searchWord',$this->request->getArgument('myFormVar'));
}
More information about the TYPO3-project-typo3v4mvc
mailing list