[TYPO3-mvc] having a few problems nesting inline viewhelpers
Christian Kuhn
lolli at schwarzbu.ch
Mon Mar 19 19:42:37 CET 2012
On 03/19/2012 07:37 PM, Stephen Bungert wrote:
> <f:for each="{sbp2:sortTitle(records: {sbp2:combineTags(record:
> item)})}" as="tag" iteration="tagInfo">
>
> It causes the following error:
>
> #1237900529: The argument "each" was registered with type "array", but
> is of type "string" in view helper "Tx_Fluid_ViewHelpers_ForViewHelper"
Yeah :) Just solved this yesterday:
https://review.typo3.org/#/c/9729/1/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html
Search for 'Nest view helpers three times' ... it is all about proper
quoting.
Regards
Christian
More information about the TYPO3-project-typo3v4mvc
mailing list