[Zope] how to clone an instance of a class into another locat
ion?
Michel Pelletier
michel@digicool.com
Wed, 1 Dec 1999 10:26:32 -0500
Please allways CC the list.
> -----Original Message-----
> From: Andy Pahne [mailto:ap@net22.net]
> Sent: Wednesday, December 01, 1999 8:08 AM
> To: Michel Pelletier
> Subject: Re: [Zope] how to clone an instance of a class into another
> location?
>
>
>
>
> > > -----Original Message-----
> ...
> > > The methods code:
> > > <dtml-call "manage_clone(this(),'clone',REQUEST)">
> ...
> > What was the traceback?
> >
> The object copy_of_998-X does not support this operation
>
> (Object: CatalogAware)
> Copy Error: (see above)
Ah.. the clone mechanism must use copy/paste, which does not work with
CatalogAware objects.
-Michel