[Zope] REQUEST
Doug Chamberlin
DChamberlin@AndoverSoftware.com
Wed, 22 May 2002 14:00:34 -0400
At 05/22/2002 01:54 PM (Wednesday), D. Rick Anderson wrote:
>Anwho .. the lines listed below work great if you put ANYTHING in there
>other than REQUEST. They even work if you put single quotes around
>REQUEST. It just creates the dtml document with the date as the name and
>sticks the work 'REQUEST' in it. How can I actually get the current
>REQUEST information into something? Our first atempt was to insert it into
>a table on the Oracle server, but that failed with similar results.
What about if you try one of the properties/methods/attributes of REQUEST
instead of the whole object? I.E. dtml-call
"manage_addDTMLDocument(newname, 'Error', REQUEST.Text())">