[Zope] manage_cutObjects/manage_pasteObjects problem ...

Dieter Maurer dieter at handshake.de
Sat Aug 2 03:39:56 EDT 2008


Giampiero Benvenuti wrote at 2008-7-25 15:20 +0200:
> ...
>it should be something like this:
>...
>src=context.your_cut_context[obj_id]
>context.your_cut_context.manage_cutObjects([src])

"manage_cutObjects" takes a sequence of ids (or a single id)
as input (not the real objects).

>dst=context.your_paste_context
>dst.manage_pasteObjects(src)

"manage_pasteObjects" takes the return value of "manage_cut/copyObjects"
as input not the real objects.



-- 
Dieter


More information about the Zope mailing list