Re: [Zope-dev] manage_pasteObjects and REQUEST

2001-09-19 Thread Dieter Maurer
Danny William Adair writes: Does anyone know when manage_PasteObjects will stop requiring REQUEST to be passed? I want to mimick the Cut/Copy/Paste Support of the management interface in a UI of my own. my method objectsCut holds: dtml-call manage_cutObjects(REQUEST['ids'], REQUEST)

[Zope-dev] manage_pasteObjects and REQUEST

2001-09-18 Thread Danny William Adair
Hi! Does anyone know when manage_PasteObjects will stop requiring REQUEST to be passed? I want to mimick the Cut/Copy/Paste Support of the management interface in a UI of my own. my method objectsCut holds: dtml-call manage_cutObjects(REQUEST['ids'], REQUEST) while my objectsPaste method