[TYPO3-mvc] $content parameter to link.action

Sebastian Kurfürst sebastian at typo3.org
Mon Jan 4 20:55:27 CET 2010


Hi,


> {f:translate(key:'mykey')->f:link.action(action:'myaction',controller:'controller')}
> would be "the contentpassing variant"
In this case, I would not use it that way - as the link is a _tag_ and
IMHO it should be expressed as tag inside the template as well.

so, I would use the full syntax: <f:link.action><f:translate
/></f:link.sction>, or alternatively:
<f:link.action>{f:translate()}</f:link.action>.

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list