[TYPO3-dev] Nested CONTENT/select bug
    Peter Klein 
    peter at clioonline.dk
       
    Wed Jul 27 12:12:37 CEST 2011
    
    
  
Hi Jigal.
Thanks for clearingit up for me. 
That explains why I got that "error".. :)
--
Peter Klein
On Tue, 26 Jul 2011 18:58:37 +0200, Jigal van Hemert <jigal at xs4all.nl>
wrote:
>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.
    
    
More information about the TYPO3-dev
mailing list