Take a look at the actual code. Th API requires a that a clipboard object acquired from the copy be sent to the paste. On Mon, 28 Aug 2006, Gaute Amundsen wrote:
Hi.
I am having some strange problems getting copy and paste to work propperly in python script
Basically I do:
parent.manage_copyObjects([currFold.id], REQUEST)
in one script, and:
dest_fold.manage_pasteObjects(REQUEST)
in another
I have tried a lot of variations, and read all that I could goolge about it, but stil it won't work.
Could somebody please tell me the "canonical" way of dooing this?
Regards
Gaute Amundsen _______________________________________________ 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 )
--