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 _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )