[Zope] ZClass strangeness: broken basic management actions

2000-08-10 Thread Darran Edmundson
I'm almost at my wit's end (again). I have several very simple ZClasses (*none* of which are subclassed from CatalogAware). The "Basic" tab shows them all to be subclassed from "ZObject, ZObjectManager". Recently I posted asking how to implement copy/paste programatically. It turns out this

[Zope] riddle me this Batman, coded copy/paste syntax?

2000-08-05 Thread Darran Edmundson
The Zope quick reference lists the following methods for the stock folder object: manage_copyObjects(self, ids, [REQUEST, RESPONSE]) manage_cutObjects(self, ids, [REQUEST]) manage_delObjects(self, [ids, REQUEST]) manage_pasteObjects(self, [cb_copy_data, REQUEST]) For the life of me

[Zope] Problems extracting property type from a ZClass?

2000-06-10 Thread Darran Edmundson
I'm trying to automatically extract the property names, types and default values from the propertysheet of a class. I'm being foiled by the following bit of strangeness. Consider the following snippet of DTML: dtml-in "propertyIds()" dtml-let pid="_['sequence-item']" dtml-var pid