typo3 pass argument to action

Solutions on MaxInterview for typo3 pass argument to action by the best coders in the world

showing results for - "typo3 pass argument to action"
Fabio
08 Oct 2016
1<f:link.action action="example" controller="controllerName"  arguments="{var:'abc'}">
2   Go
3</f:link.action>
4