I figured out what was wrong.  I wasn't giving all of
the required parameters to manage_copyObjects() and
manage_pasteObjects().

Evidently for both to work they need the REQUEST
parameters set.  Here's the calls I got to work:

COPY:
<dtml-call
"manage_copyObjects(REQUEST['ids'],REQUEST)">

-- ids are a checkbox selection from the form (ie:
<input type="checkbox" name="ids:list"
value="&dtml-id;">
)

PASTE:
<dtml-call "manage_pasteObjects(_.None, REQUEST)">



__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail – Free email you can access from anywhere!
http://mail.yahoo.com/

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to