Title: RE: [Zope-dev] request.set

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:[EMAIL PROTECTED]]
Sent: Monday, 11 June 2001 05:47
To: [EMAIL PROTECTED]
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

Reply via email to