[Zope] python script returning DTMLMethod problem

Dieter Maurer dieter@handshake.de
Wed, 7 Aug 2002 20:11:13 +0200


DA Loeffler writes:
 > return context.showUploadRequests(context)
 > 
 > Certainly I have written lots of Python scripts which include the line
 > print context.standard_html_header(context)
This works only as long you do not try to reference request variables
directly.


Dieter