[TYPO3-mvc] Interresting problem with 'Duplicate variable declariations!'

Toke Herkild th at t3cms.dk
Thu Nov 1 10:03:52 CET 2012


Hi all,

I've a fluid template which is supposed to display some models.

That is the simple part.

the template do the following:

<f:for each="models" as="model">
   <ul>
     <f:for each="{model.foo}" as="foo" >
       <li>{foo}</li>
     </f:for>
   </ul>
</f:for>

The thing is, it works fine for the first iteration, but all other fails 
with: 'Duplicate variable declarations!'

Any ideas anyone ?

Regards,
Toke Herkild


More information about the TYPO3-project-typo3v4mvc mailing list