[Zope] Re: How to Add an object at the root of a zope tree

Maik Jablonski maik.jablonski@uni-bielefeld.de
Sun, 16 Mar 2003 18:30:25 +0100


D2 wrote:
> Thanks, i thought there was another solution.
> At initialization time, i use, -ProductContext__app to get the server root.

You can use (un)restrictedTraverse('/') to get the root of your 
Zope-Server...

-mj