hi,
Can somebody tell me how to create a zope document/folder/method dynamically?I mean..I need to create it on the fly when I run a script or external method.
I tried using the manage_addDTMLMethod(id, title) in an external method.but it throws up type error.Please help.this is the first time I am trying to dynamically create zope objects from python but it just doesn't seem to work and I am stuck.
thanks in advance
regards
A Newbie