RE: [Zope] Add ZClass Item to Folder from Python?
13 Nov
2001
13 Nov
'01
9:34 p.m.
Is there a way to do this with out calling the Feedback_add ? --- Steve Drees <drees@rangebroadband.com> wrote:
<dtml-with "manage_addProduct['Feedback']"> <dtml-call "Feedback_add(_.None,_,NoRedir=1)"> </dtml-with>
But, I would like to be able to do this from within python. Is there anyway to do this?
Have you tried: manage_addProduct['Feedback'].Feedback_add(_.None,_,NoRedir=1)
(In a python script make sure you bind the namespace to _)
__________________________________________________ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com
8910
Age (days ago)
8910
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Bruce