[Zope] manage_addProperty [basic] syntax question
   
    Shane Hathaway
     
    shane@digicool.com
       
    Sun, 15 Apr 2001 00:55:49 -0400
    
    
  
Jason Cunliffe wrote:
> 
> 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
> 
> and rewite it in the syntax of these:
> 
> a. DTMLMethod
> 
> b. External Python Method
> 
> c. Script(Python)
I think what you're looking for is this:
images.manage_addProduct['Photo'].PhotoAdd_version2(...)
> ..and point me to where this is documented..
The code. <vbg />
It might be in the Interfaces wiki, though I couldn't find it.
http://www.zope.org/Members/michel/Projects/Interfaces/FrontPage
Shane