quick search:
 

dump the current variables of the web Request

Submitted by: runyaga
Last Edited: 2004-10-14

Category: DTML

Average rating is: 3.5 out of 5 (2 ratings)

Description:
if you need to see the variables inside a web request you can do <dtml-var REQUEST> that displays the REQUEST dictionary.

Source (Text):
<dtml-var REQUEST>

&dtml-REQUEST;

<dtml-comment> either way will display the REQUEST </dtml-comment>

Explanation:
displays out the REQUEST object

Comments:

Debugging aid by howardh - 2004-10-14
I like to leave an object called req at the root of my Zope 
so I can take a gander at the request when I need to.  
Just navigate to:

   http://yoursite.com/path/to/object/req

And you'll get a look at the request in that context.  Can be helpful.

Howard Hansen
http://howardsmusings.com