I have a Typo3 Extbase plugin called "PluginOne". And I have to call another Controller Action of the "PluginTwo" in "PluginOne".
How is it possible...
I tried this in PluginOne
<f:uri.action action='show' controller='Gallery' extensionName='PluginTwo' pluginName='PluginTwo' />
But it gnerate the wrong url, the generated url contains ID of the Current Plugin ie 'PluginOne'.