[Zope3-Users] getId in zope3?
Jim Washington
jwashin at vt.edu
Sun Nov 5 13:30:00 EST 2006
Peter Bengtsson wrote:
> In Zope2 every object has an 'id' which meant that you can use
> someobject.getId() to find out what name the object is stored under in
> its container.
> Is there an equivalent in zope3?
> ...or am I looking for a solution to a problem that doesn't exist?
Hi, Peter
Have a look at
zope.traversing.api
If you have an older source tree, look for
zope.app.traversing.api
which is deprecated, but OK to use until 3.5.
-Jim Washington
More information about the Zope3-users
mailing list