[Zope] manage_pasteObjects() permissions?
Jason Byron
jason_zope@yahoo.com
Sat, 22 Jul 2000 17:35:24 -0700 (PDT)
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/