Did you try <dtml-var "REQUEST['BODY']"> or even <dtml-var "REQUEST.get('BODY','')"> HTH Phil phil@philh.org -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Chui Tey Sent: Wednesday, September 22, 1999 5:01 AM To: zope@zope.org Subject: [Zope] <dtml-var REQUEST.get('BODY','')> What is wrong with this bit here? <dtml-var standard_html_header > <dtml-var REQUEST.get('BODY','') > <dtml-var standard_html_footer > Why is it I can't display the body of a HTTP Request? I have also tried, <dtml-var "REQUEST.get('BODY','')" > but still got nothing. _______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope (To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )