[TYPO3-mvc] Linking to other modules from within extbase backend module

Bjoern Haverland mrwhy at arcor.de
Tue Sep 6 07:23:09 CEST 2011


Hi,

have you already tried the following:

<f:link.action action="anotherModuleAction" arguments="{yourArguments}" 
extensionName="theOtherExtension" >Link</f:link.action>

Best regards

Björn

Am 06.09.2011 01:06, schrieb Michael Knoll:
> Hi there,
>
> we implemented a backend module with Extbase. Now we want to have a 
> possibility for a 3rd-party extension to register in this module to 
> "add" further controllers and actions.
>
> What I wanted to do was creating a link in a backend module that links 
> from extension A to a controller/action pair from extension B. As far 
> as I see, there is no possibility in doing so, as the "M" parameter is 
> kind of hard-coded in the link-generation process.
>
> Is there any reason for this, or is it a bug or a missing feature? 
> Like that, it is not possible to link from one backend module to 
> another, which I think should be possible.
>
> Thanks a lot for any help!
>
>
> Mimi
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
>



More information about the TYPO3-project-typo3v4mvc mailing list