[Zope] Q: External method processing (D/H)TML forms?

J.R. van Ossenbruggen Jacco.van.Ossenbruggen@cwi.nl
Fri, 22 Sep 2000 19:29:59 +0200


> > I want to pass input from a DTML form to an external method.  So far
> > the DTML is actually just a plain HTML page:

> <untested> try passing it the REQUEST object:
> 
> def external-method(self, REQUEST):
>    """whatever"""
> 
> </untested>

<tested>
 Just what I needed!
</tested>

Thanks,

-- Jacco