[TYPO3-mvc] cant open action through controller
Steffen Ritter
info at rs-websystems.de
Wed Dec 9 13:50:10 CET 2009
Alex Bailey schrieb:
> Hi,
> Since some time i experience a really odd behavior
> from my extension. I can't execute actions inside a controller anymore.
> Means: I have a link
>
> example: <f:link.action action="test" controller="Customer">Test
> link</f:link.action>
>
> an action testAction in my controller & entry "test" in the localconf to
> register it.
>
> But by what means I can't execute anything but the index action (maybe
> because its default?) from my view.
>
> I don't really know how I should describe the problem any further but
> maybe someone has an idea what could be behind this.
>
> Thanks in advance.
>
> Regards
>
> Alex
Hey,
there are three things that might be blocking this:
- you forgot to add the views in the ext_localconf where you
registered the plugin
- you have overridden the controllerandactions in TS and only index
is present
- " " " " " in the Flexform
regards
Stefen
More information about the TYPO3-project-typo3v4mvc
mailing list