7 Oct
2004
7 Oct
'04
2:35 a.m.
Dieter Maurer wrote:
Garito wrote at 2004-10-6 02:58 +0200:
... I'm trying PersistentDict from http://www.zope.org/Members/AndrewWilcox/PersistentListDict and works fine (I can see the dictionary) but when I try to access to these dictionary keys I have these error: Error Type: Unauthorized Error Value: You are not allowed to access 'key in the dictionary I'm try to access' in this context
My question will be:
How can I create a persistent dictionary with some Zope objects references?
You must provide security declarations for "PersistentDict".
The Zope Developer Guide tells you how.
Thanks!!!