[Zope] Debugging and DTML

administrator@consotec.de administrator@consotec.de
08 Jan 00 15:41:51 UT


--------------1DD2510B41FE
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable



Hello,


I'm developing a product for ZOPE. Because changes in 
the python and dtml files are not detected I need to 
restart the ZOPE server all the time. Is there a way get around this?

How can I list a dictionary (e.g the REQUEST) with dtml. 
In python I would do the following:
for i in REQUEST.keys():
  print "%s=3D%s"%(i,REQUEST[i])

And with DTML? Here is the peace of dtml I came up with. 
But it doesn't work! I look in documenation but ...
What is wrong? 

<dtml-in "REQUEST.keys()">
  <b><dtml-var sequence-item>=3D<dtml-var "REQUEST[sequence-item]" ></b><br>
</dtml-in>


Thanks
 Alfons


--------------1DD2510B41FE--