> > 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 

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to