11 Jun
2001
11 Jun
'01
12:17 p.m.
What this does is set a key/value pair in the REQUEST variable (Which is a sort of python dictionary, just with extra smarts). DTML will not let you do <dtml-call "REQUEST['record_ids']=0"> for security reasons, so the REQUEST variable has the .set method which performs the same function. Hope this helps Adrian... -----Original Message----- From: Derek Quayle [mailto:derek.quayle@b-online.com.au] Sent: Monday, 11 June 2001 05:47 To: zope-dev@zope.org Subject: [Zope-dev] request.set I am fairly new to Zope and still coming to grips with it. Could someone please explain how this piece of code works <!--#call "REQUEST.set('record_ids', 0)"--> Cheers wabirdman