[TYPO3-mvc] Inline ViewHelper in the f:link.page ViewHelper

Sebastian Kurfürst sebastian at typo3.org
Fri Apr 9 09:32:20 CEST 2010


Hey,

> <f:link.page pageUid="9" additionalParams="{redirect_url:
> '{f:link.page({pageUid:68, section: \'article_{article.uid}\'})'}">
Sorry, there is a typo in there. inside f:link.page(..), one does NOT
need the {}. So it needs to be:

<f:link.page pageUid="9" additionalParams="{ redirect_url:
   '{f:link.page(pageUid:68, section: \'article_{article.uid}\')}'
}">
(though I am not fully sure if it works on multiple lines.

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list