[Zope] manage_addProperty [basic] syntax question

Dieter Maurer dieter@handshake.de
Sun, 15 Apr 2001 22:57:28 +0200 (CEST)


Jason Cunliffe writes:
 > I have searched, and I know its really simple, but please can anyone tell me
 > how to take a working URL like this:
 > 
 > http://Zsite231/images/manage_addProduct/Photo/PhotoAdd_version2

Whenever you have a path (absolute, server local),
you can use "restrictedTraverse" to resolve it into an
object (under the condition of sufficient permissions).


Dieter