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
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
<dtml-var REQUEST> should be what you want ----- Original Message ----- From: "Sin Hang Kin" <kentsin@macau.ctm.net> To: "Zope Admin list" <zope@zope.org> Sent: Friday, March 03, 2000 9:18 AM Subject: [Zope] Dumping REQUEST for debug
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
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
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>
IIRC the recommended way was to use <dtml-var REQUEST> or perhaps <pre><dtml-var REQUEST></pre> It was further recommended to make a method called DEBUG in your root folder containing the above and set permissions so that only managers could use it. ----------- Hannu
participants (4)
-
Hannu Krosing -
Phil Harris -
Rik Hoekstra -
Sin Hang Kin