22 Sep
2000
22 Sep
'00
5:29 p.m.
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