Re: [Zope] Q: External method processing (D/H)TML forms?
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
9327
Age (days ago)
9327
Last active (days ago)
0 comments
1 participants
participants (1)
-
J.R. van Ossenbruggen