Hi,
this should be simple, but it refuses to function. I have the following
action.link in a fluid template. Name of extension, controller and action have
been modified.
<f:link.action extensionName="myextension" 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>
here's what the called method looks like
PageContentController.php
/**
* renderSomething
*
* @param string $paxType
* @return void
*/
public function renderSomething ( $paxType ) {
...
}
When the link is clicked, though, I keep getting the error
#1298012500: Required argument "paxType" is not set.
WHY??
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english