[Zope] how to clone an instance of a class into another locat ion?

Michel Pelletier michel@digicool.com
Tue, 30 Nov 1999 10:47:41 -0500


> -----Original Message-----
> From: Andy Pahne [mailto:ap@net22.net]
> Sent: Tuesday, November 30, 1999 4:36 AM
> To: zope@zope.org
> Subject: [Zope] how to clone an instance of a class into another
> location?
> 
> 
> 
> I tried to add a method (cloneInstance) to my class (myClass) 
> that clones
> the instance (myInstance) into another folder. I called the 
> method with the
> link  host/path/to/myInstance/cloneInstance.
> 
> The methods code:
>   <dtml-call "manage_clone(this(),'clone',REQUEST)">
> 
> Which gave me the errormessage:
> 
> The object copy_of_998-X does not support this operation ?

What was the traceback?

-Michel