[TYPO3-mvc] getting vars of form after sending
Alex Bailey
admin at v1le.de
Fri Dec 11 14:47:39 CET 2009
I've managed to get it working thanks alot :).
regards
Alex
Steffen Ritter schrieb:
> 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