[Zope] RE:Newbie: creating objects programmatically
Dieter Maurer
dieter@handshake.de
Wed, 14 May 2003 20:59:00 +0200
Richard Jennings wrote at 2003-5-14 11:50 +0200:
> ...
> instance['index_html'].write(instance.memberIndex.document_src(self))
>
> but no, I get:
>
> Error Type: Unauthorized
> Error Value: You are not allowed to access document_src in this context
I do not see why you cannot access "document_src".
However, Shane's "VerboseSecurity" products is a valuable help for
the analysis of authorization problem.
Maybe, I gives you a glue...
Dieter