[TYPO3-mvc] creating nodes in FLUID - how to?

Martin Kutschker masi-no at spam-typo3.org
Thu Feb 4 14:53:27 CET 2010


Martin Kutschker schrieb:
> 
> A specialized workaround for the paginator could be a "reference paginator". The first one has an id
> and the second one simply refers to it. Of course the first one will have to store its content
> somewhere so the second can access it.

Actually this reference or copy thingy could work for any tag that carries an id:

<f:foobar id="stuff">...</f:foobar>
....
<f:copy from="stuff" />

Masi


More information about the TYPO3-project-typo3v4mvc mailing list