9 Aug
2000
9 Aug
'00
8:31 p.m.
Marcus Gruendler writes:
I am working on a project with Zope. Unfortunately I am having a problem whith the <dtml-in > tag. I am using the batch processing feature and want to show only one element per sequence. I do this by setting size=1 and orphan=1. But th <dtml-in> tag only iterates over the first two records (I have 8 records). It iterates over all 8 records when I use size=2 orphan=1. I think this is a bug. It is.
It is reported (in this list and the Collector (URL:http://classic.zope.org:8080/Collector)). It is fixed in 2.2. There is a patch at URL:http://www.dieter.handshake.de/pyprojects/zope/dt_in.pat Dieter