[Zope] problems with manage_clone

Oliver Frommel oliver@aec.at
Thu, 21 Oct 1999 21:18:37 +0200 (CEST)


Hi

sorry to answer my own question and sorry for the confusion.
Now i found the solution to my problem.
/
/templ/link
/sendung/
/m945/process

"process" does now clone the "link" object to the "sendung" container with
the following piece of code.

<dtml-with templ>
  <dtml-with sendung>
    <dtml-call "manage_clone(link, 'new_id', REQUEST)">
  </dtml-with>
</dtml-with>

the remaining question is if there's a better way to control the namespace of
the two objects in the manage_clone call to have a differently ordered name-
space for the two of them etc...

Oliver