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