[TYPO3-mvc] 3 questions reagarding fluid and extbase
Kay Strobach
typo3 at kay-strobach.de
Thu Dec 2 10:56:46 CET 2010
Hallo Franz,
this bug is annoying - who should we ask to fix it?
I'm not as deep in extbase to fix it, but deep enough to use ViewHelpers
as Workaround :(
<f:for each="{results.matdbEintraege}" as="eintrag">
<li><a href="{eintrag.link}">{eintrag.titel}</a></li>
</f:for>
But i need to use the following code for "foreach" as well.
<f:for each="{h:disp(obj: results, prop:'matdbEintraege')}" as="eintrag">
<li><a href="{h:disp(obj: eintrag, prop:'link')}">{h:disp(obj: eintrag,
prop:'titel')}</a></li>
</f:for>
Best regards
Kay
More information about the TYPO3-project-typo3v4mvc
mailing list