[Zope] zclass propertysheets

Danny Morgan danielhmorgan@cox.net
Sun, 27 Oct 2002 18:31:26 -0600


for some reason, I can get some propertysheet information, but not others:

with 'history' being a property sheet of  a ZClass,

These work:
     return(context.propertysheets.history.propertyMap())
   
     return(context.propertysheets.history.getPropertyType('recent'))

But not this:

    return(context.propertysheets.history.getProperty('recent'))



Any clues will be appreciated

Danny