orphan really should default to 0 so newbies don't get confused. They can later learn about and make use of this nice batching feature. _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Andy McKay Sent: Thursday, February 22, 2001 11:10 AM To: Chris Cioffi; zope@zope.org Subject: Re: [Zope] Weird batching behaviour in Linux 2.3.0
Now...I've got some weird behaviour with the batching, it displays my first object the way I want, but then it groups the remaining 4, instead of displaying the next three and the last 1, they way I would expect (and
This is how batches work. Check out:
http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.7.5.1.html
Set orphan to 0 to have it display the way you want.