[TYPO3-mvc] Cascading ViewHelper

Franz Koch typo3.RemoveForMessage at elements-net.de
Wed Jan 12 13:58:10 CET 2011


Hey,

>    {f:format.date(date:filter.end,format:'{f:translate(key:'format.date')}')}

this is almost correct, but you forgot to escape the quotes from the 
"key" value:

{f:format.date(date:filter.end,format:'{f:translate(key:\'format.date\')}')}

That should work.
-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list