27 Nov
2000
27 Nov
'00
1:21 a.m.
Tim Cook wrote:
NOT TESTED, but simialr to something I do:
<dtml-call expr="class1.createInObjectManager(REQUEST['id'], REQUEST)"> <dtml-with "_.getitem(id)"> <dtml-call "REQUEST.set('id', 'myClass2')"> <dtml-call "class2_add(_.None, _, NoRedir=1)"> </dtml-with>
Hmmm, doesn't seem to be working (also results in class1 and class2 being at same level). I'll take a look at some other examples. Thanks for the help (and quick replies).