3 Jul
2002
3 Jul
'02
6:42 p.m.
Ben Avery writes:
I need to create a number of z-classes to represent objects, and want them to be catalog aware, with each having its own catalog. The example in the Zope book requires the catalog to have the id 'Catalog' or it won't work, as this is the default for ZCatalog-aware objects. But I'll need different ids, as I have more than one catalog. How can I override this default? "Catalog[PAth}Aware" has a method to set the catalog id...
Dieter