2 Nov
2001
2 Nov
'01
8:29 a.m.
Hi,
There is no reason to overload for "other.items", as it is a normal Python dictionary. I expect the problem to be in the rendering of one of the objects, you get...
Try to only use "sequence-key" inside your dtml-in, not the "sequence-item". If that works (and I am almost sure it will), then we need to find the dangerous element. It might be "PUBLISHED". It is the published object itself, and when you just render it, you get an infinite loop....
You were right, the element PUBLISHED made an infinite loop. I'm very grateful for your attention and i want to thank you and the others that tried to solve my problem. Thanks. Bye.