Palermo, Tom wrote at 2006-3-7 16:13 -0500:
>I am trying to do a manage_cutObjects in one script and then a
>manage_pasteObjects.

Usually, this looks like:

         obj_info = XXX.manage_cutObjects(...)
         YYY.manage_pasteObjects(obj_info)

>When I execute this line from my pasteObjects python
>script:
>context.manage_pasteObjects(cb_copy_data=context.cb_dataItems(),REQUEST=req[
>'__cp'])

Do not know, why in hell you pass in a crippled request...

  You should be aware that "req['__cp']" is not a request object...

-- 
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 )

Reply via email to