[TYPO3-mvc] How to get arguments from another pluginName controller request
Kevin Ulrich Moschallski
km at 3digit.de
Wed Feb 23 10:43:19 CET 2011
On 2011-02-22 18:34:45 +0100, Marc Bastian Heinrichs said:
> Hey Kevin,
>
>> i have two instances of an extension on one page. One is plugin Pi1 and
>> the other one is plugin Pi2. Now when i submit a form from Pi1 i want
>> to get $this->arguments from Pi1 in the Pi2 controller.
>
> You could try to change the namespace of Pi2
> http://forge.typo3.org/projects/typo3v4-mvc/wiki/Configurable_Plugin_Namespaces
>
> But why you want to do this? I don't that this would be an clean concept
> in extbase.
>
> Best
> Marc Bastian
Hi Marc,
thanks for your reply. I also don't think that changing the plugin
namespace would be a clean approach.
I use Pi2 to display companies as a list and Pi1 to display articles
which have relations to companies. I choosed two plugins to have a
seperation for the user when he inserts the plugin, because Pi1 has
allready some chooseable display types, means diffrent actions.
If there is no clean way to access the arguments of another pluginName
i'll move the Pi2 controller with it's actions into Pi1.
Regards,
Kevin
More information about the TYPO3-project-typo3v4mvc
mailing list