[Zope-CMF] getting the actual link

Dieter Maurer dieter@handshake.de
Fri, 13 Dec 2002 23:07:48 +0100


John Paul writes:
 > I want to get the actual link of a certain object in python script.
What is the "link of an object"?

When you mean its URL, try: "object.absolute_url()".



Dieter