Re: [Zope] manage_pasteObjects() permissions?
23 Jul
2000
23 Jul
'00
12:35 a.m.
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/
9389
Age (days ago)
9389
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jason Byron