15 May
2003
15 May
'03
1:02 p.m.
Hi, Zope 2.6 on SuSE 8.2 Linux I have created a ZClass with ObjectManager and CatalogPathAware base classes. In this class I have created a propertysheet named 'control'. The idea is to have instances of this ZClass inherit the control properties for use by python scripts - and there's my problem: context.test.propertysheets.control.hasProperty('processX') -> returns the properties context.test.hasProperty('processX') -> does not As far as I can tell all permissions are correct. Can somebody tell me why the 2 statements do not return the same result? I need to be able to access properties with a common id in propertysheets with diverse ids. How should I do this? Thanks Richard
8362
Age (days ago)
8362
Last active (days ago)
0 comments
1 participants
participants (1)
-
Richard Jennings