[Zope] how to pass REQUEST from DTML mthd to script?

Casey Duncan cduncan@kaivo.com
Mon, 02 Apr 2001 15:42:06 -0600


Dave Still wrote:
> 
[snip]
> 
> With this sequence, I get an error that indicates
> REQUEST is not being passed to the script.
> 
[snip]
>
> Thanks for any help at all,
> Dave
> 
> 

In general you do not need to explicitly pass REQUEST to a Python
script.

use "context.REQUEST" to access it.

-- 
| Casey Duncan
| Kaivo, Inc.
| cduncan@kaivo.com
`------------------>