[Zope] Re:API and namespace

Sven Hohage sven.hohage@zeitspringer.de
Mon, 11 Dec 2000 14:03:50 +0100


Hallo Alexander,
this works for me->

        <dtml- with "manage_addProduct['myProduct']">
             <dtml- call "NewFolder_add (_.None, _, NoRedir=1)"> 
        </dtml-with>           
        <dtml-with "_.getitem(idOfNewFolder)">
                 <dtml- with "manage_addProduct['myProduct']">
                      <dtml- call "Document_add (_.None, _, NoRedir=1)">
                 </dtml-with>
        </dtml-with>
Bye
   Sven