[Zope] Dumping REQUEST for debug

Rik Hoekstra rik.hoekstra@inghist.nl
Fri, 03 Mar 2000 10:58:49 +0100


Sin Hang Kin wrote:
> 
> How could I dump all names in REQUEST for debug? The quick reference reval
> that REQUEST have has_key(name) but do not say it response to keys()
> 
> It is not possible to put
> <dtml-in REQUEST>
> neither

<dtml-var REQUEST> will get you what you want.

Rik