[TYPO3-ect] lib/div: Unknown action with 2 controllers after validating a form

Fabian Fisahn fabian_fisahn at hotmail.com
Tue Aug 7 10:41:54 CEST 2007


Elmar Hinz wrote:
>> Alternative 1:
>>
>> function unknownAction() {
>>   return $this->defaultAction();
>> }
>>
> 
> Hi,
> 
> just a remark:
> 
> I plan to rename the method unkownAction() to undefinedAction(). The reason
> is that unknownAction() sounds negative, like a bug. But there is nothing
> wrong to work this way.

In my case it was enough t insert
var $defaultDesignator = 'NAME OF MY CONTROLLER;

It works without
function unknownAction() {
  return $this->defaultAction();
}

But thanks for for the remark.
Fabian


More information about the TYPO3-team-extension-coordination mailing list