[Zope] references to zope objects

Max M maxm@mxm.dk
Tue, 27 Aug 2002 14:04:43 +0200


Max M wrote:

> Currently the only absolute object id, is the objects path. Which you 
> can get as:
>
>    theObjectPath = object.getPhysicalPath()[1:], '/'

Bugger! That would be::

     theObjectPath = join(object.getPhysicalPath()[1:], '/')

regards Max M

    "klaatu verata niktu"