[Zope] Authentication Problem : External method returning object

Sean McGrath sean@propylon.com
Fri, 08 Dec 2000 11:38:19 +0000


 >> ....
 >> Here is the external method "testexternal":
 >>
 >> class AClass:

[Dieter Maurer]
 >You will need (or something like this):
 >       __access_to_unprotected_subobjects__= 1
 >> 	def __init__(self):
 > >              ....

It works a treat. Thanks!

Sean