[TYPO3-mvc] passing value to another plugin (i.e. action not in the flow)

Franz Koch typo3.RemoveForMessage at elements-net.de
Sat Mar 26 15:18:57 CET 2011


Hey,

...
> If I dont misinterpret your code you have two plugins and a bunch of
> controllers.
>
> For GET/POST Params one plugin is using a namespace
> 'tx_arztcme_trainings' and the other one 'tx_arztcme_search'. Is that
> correct?
>
> Unfortunatly I can't tell you an easy way to map properties from one
> namespace to the other (however there could be one). On link/action
> viewhelpers it is easy to add arguments that are then added in the
> proper namespace. However If I get you right you want to trigger/feed
> two ("independent") instances of a plugin(or two different plugins) on
> one page with the same argument. Currently you use two different Plugins
> for that purpose.

You can use the same namespace for multiple plugins. All you need is to 
set it in your TS configuration of the according plugin:

tt_content.list.20.arztcme_search.pluginNamespace = Trainings

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list