[TYPO3-mvc] getting vars of form after sending
Steffen Ritter
info at rs-websystems.de
Fri Dec 11 13:35:01 CET 2009
Alex Bailey schrieb:
> Hey :),
>
> Just having another little question:
>
> Lets pretend we have 2 Plugins in our mvc extension. 1 which contains a
> search field and 1 which displays a List of results. Now I enter
> something in the search and send it to the list via
> pluginName="MyListPlugin" in the f:form tag. Now that works perfectly.
> What I wanted to know is if there is a way to access these vars in my
> search form after i send them. I wan't to use this to fill in the values
> of the search fields after you send the form to the other plugin to
> reflect the entrys you just made.
>
> Thanks in advance
>
> Alex
put both views (search and list) into one plugin ;) Why shouldn't they
share namespace? Add a flexform to select which should be displayed.
Works like a charme :P
If you really want to access values of another plugin, you wont get
around t3lib_div::GP or $_REQUEST or sth like this.
regards
More information about the TYPO3-project-typo3v4mvc
mailing list