[Zope] Batchsize looping problem
Peter Bengtsson
mail@peterbe.com
Wed, 2 May 2001 11:42:33 +0200
Why is it that sometimes batch sizing doesn't work??
<dtml-in "eatcatalog.objectValues(['DTML Document'])" reverse size=5>
This returns the same as...
<dtml-in "eatcatalog.objectValues(['DTML Document'])" reverse>
...would do.
The start attribute response to my commands properly. But NOT the SIZE!
Any hints on this?
I have been able to do batchsized loops successfully before and I have read
Michaels
http://www.zope.org/Members/michel/ZB/AdvDTML.dtml
Cheers,
Peter