[Zope] Design around conflict errors

Dieter Maurer dieter at handshake.de
Wed Oct 8 15:03:56 EDT 2003


Jeff Youel wrote at 2003-10-7 11:10 -0700:
 > I've created an object to record some information (datetime, url,
 > username) for each file downloaded from the site for later searching
 > (CMF 1.3.1, Zope 2.6.1).  To do this, I have a BTreeFolder with a
 > private ZCatalog and put an new instance of a DownloadRecord object (my
 > own object that just has string members holding the fields to be queried
 > later) into the folder when the file is requested.  

You could try to use "BTreeFolder2" and allow it to determine the
Ids itself.


Dieter



More information about the Zope mailing list