[TYPO3-mvc] getting vars of form after sending
Thomas "Thasmo" Deinhamer
thasmo at gmail.com
Fri Dec 11 18:50:50 CET 2009
Maybe the usage of $this->redirect() or $this->forward()
could help you with your requirements - I'm not sure.
Just have a look at the class
'Tx_Extbase_MVC_Controller_AbstractController'.
Thomas
Alex Bailey schrieb:
> Ah think I got stuck on it again :(. The reason why I split the plugins
> to begin with. I also have an action which switches my list view to a
> detail view (you click a customer and see him in detail on a different
> template) Now, it seems that I can't open this detail page anymore since
> my flexform value always redirects the user to the list page instead of
> showing the details. Is there any way to get around this problem?
>
> regards
>
> Alex Bailey schrieb:
>> 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