[TYPO3-mvc] Strange problems: switchableControllerActions and link action

Sören Kracker s.kracker at kopfstand-mail.de
Fri Dec 23 14:18:29 CET 2011


initializeShowAction works. So does $this->forward('show'); in my 
listAction.
When I try this:
t3lib_utility_debug::debug($this->request->getArguments());
in my listAction it shows Empty, also after clicking the link for 
showAction.
I have no idea what's going on here :(

Am 23.12.2011 12:42, schrieb Peter Niederlag:
> Hello,
>
> Am 23.12.2011 10:43, schrieb Sören Kracker:
>> Hi list,
>> I've already developed a few extbase extension but I'm stucked on a new
>> one now.
>> When clicking on a link that should lead to my showAction I always get
>> the listAction again.
>> The link is correctly generated. Controllername, action and argument are
>> set.
>> ?tx_myext_pluginname%255Bobject%255D=1&tx_myext_pluginname%255Baction%255D=show&tx_myext_pluginname%255Bcontroller%255D=Controllername&cHash=14346c02646d6f0b093c1d82266be779
> Validation error on arguments of show action?
>
> you could add a initialiszShowAction() {} and see is that is triggered
>
> [...]
>
> Greets and hth,
> Peter


More information about the TYPO3-project-typo3v4mvc mailing list