[TYPO3-english] Re: Required argument "paxType" is not set.

Jennifer Koenig jenka13all at gmail.com
Fri Oct 10 12:13:08 CEST 2014


Here I am answering my own question (again...)

in the <f:link.action> tag, the argument "pluginName" was missing.

should be

<f:link.action extensionName="myextension" pluginName="myplugin" controller="PageContent" action="renderSomething" arguments="{paxType: 'CHD'}" pageUid="32">
<button type="button" class="btn btn-primary col-xs-4 col-sm-7">Sprachen für Schüler</button>
</f:link.action>

And then it works.

Hope that if someone else has this same problem, this answer can help them!!


More information about the TYPO3-english mailing list