26 May
1999
26 May
'99
11:12 p.m.
I have the following problem in DTML, which one way or another I can't seem to solve. On basis of a form input I want to call a DTMLDocument/Method, building a new 'workspace'. To this end I want to: 1. create a folder (using manage_addFolder) 2. create a document within the new folder (using manage_clone) To this end I have tried many ways to access the namespace of the new Folder object and calling it in every way I could think of <!--#with ...--> tag. However whatever I do calling the folder, the document is created in the _current_ folder. This is driving me nuts. Can somebody shed some light, please, please? Rik Hoekstra Probably the solution is very simple