11 Apr
2005
11 Apr
'05
5:02 a.m.
hello all, this is my first zope app... i am trying to figure out how to create an object in a particular folder via script, when my current object may not be in the right tree... I tried to do a 'change folder' via restrictedTraverse (eg context.getRestrictedTraverse('/myapp/myfolder'), and then create the object using manage_addProduct... but it dosnt seem to work. any tips? thanks,