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.