15 Apr
2001
15 Apr
'01
4:55 a.m.
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