[TYPO3-mvc] multiple extensions working together
Dennis Ahrens
dennis.ahrens at googlemail.com
Thu Aug 26 16:42:38 CEST 2010
Hi Henjo,
Henjo Hoeksma wrote:
> I created a new controller in ext1 that extends the controller of ext2.
> In my form I post to the new controller, but nothing happens - just a
> basic redirect to index - but without any addition to the db. No error
> output as well so I am not sure where to look.
>
> Could you point me to an example in your extension? I searched for a
> controller action, but couldn't find one.
Have you configured the controller as part of your plugin? in
ext_localconf.php configurePlugin() you tell TYPO3 which controller
action pairs are accessible for your plugin. If your Controller is not
registered there the default action is called.
regards
Dennis
More information about the TYPO3-project-typo3v4mvc
mailing list