[TYPO3-ect] lib/div multiple extension with same key on one page - action dispatcher

Michael Knoll mimi at kaktusteam.de
Wed Sep 26 01:07:30 CEST 2007


Hi list!

Is there a solution for the problem of having multiple extensions on one 
  the same page, that all have the same extension_key, let's say 
different plugins from the same extension? What about action dispatching 
in this case? The action parameter is given via the submit element of 
the form for example and it has the form "ext_key[actionName]". If I 
have two different plugins, the first plugin will get the action and 
puts its content on the page. The second plugin gets the same action and 
a "Action not found" error occurs. Of course I can overwrite the 
undefinedAction in my controller for the plugin, but wouldn't it be 
nicer to have something like <input type="submit" 
name="ext_key[plugin_key][actionName]"> ?!? Is there a solution for this 
problem, that I don't see?

Otherwise, I would perhaps extend my controller, so that he can handle 
this request. Any better ideas?

Have a good night!

Mimi


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