Alexander Limi wrote:
Sorry about this, but the Zope server is down (or atleast unreachable from here at the moment):
Is there a way of printing the entire REQUEST object without the HTML formatting? <dtml-var REQUEST> and <dtml-var "REQUEST"> both produce the formatting codes. I want to embed the REQUEST-object hidden in the HTML for debugging purposes, and would like to not have all that ugly HTML around each value :)
Now it looks like this:
<th>dtpref_rows</th><td>30</td></tr>
while I would like it to look like this:
dtpref_rows 30
Should be simple, I hope.
you will have to iterate over the keys and print them all single : <dtml-in "REQUEST.keys()"> <input type=hidden... </dtml-in> (this is untested, just a quick shot) greetings, Heiko -- heiko.stoermer@innominate.de innominate AG networkingpeople fon: +49.30.308806-0 fax: -77 web: http://innominate.de