[TYPO3-dev] Nested CONTENT/select bug
Jigal van Hemert
jigal at xs4all.nl
Tue Jul 26 18:58:37 CEST 2011
Hi,
On 26-7-2011 18:14, Peter Klein wrote:
> I have a weird problem (Bug?)
No, it's a feature (really!).
> The Typoscript below creates a "menu" of pages, sorted into sections
> based on the 1st letter of the page title.
[...]
> But instead of displaying all the results, it skips the 1st page in
> every section.??
CONTENT and RECORDS keep track of which records ("table:uid") are
already rendered. They won't render the same record twice to prevent
endless loops caused by recursion.
In your case you use the same record twice for obviously different
purposes, but unfortunately this feature gets in the way. Although it's
not a very nice solution, you have found a clean workaround.
--
Kind regards / met vriendelijke groet,
Jigal van Hemert.
More information about the TYPO3-dev
mailing list