Re: Multiptle lines of output
"David Jeske" <[email protected]> Fri, 12 Dec 2008 20:03:16 -0000
| Newsgroups | gmane.text.clearsilver.general |
|---|---|
| Message-ID | <[email protected]> |
There are some debugging HDF values which we use to cause the HDF contents to
be dumped into the rendered page.
http://www.clearsilver.net/docs/special_vars.cst
For example, add these lines to your program:
ncgi.hdf.setValue("Config.DebugPassword","1")
ncgi.hdf.setValue("Config.DebugEnabled","1")
Then you can either suppily the URL paramater "debug=1" or you can also add the
following line to your program:
ncgi.hdf.setValue("Query.debug","1")
This should dump the HDF contents at the end of the page.
-- Dan wrote:
> Dan([email protected])@2008.12.12 10:17:25 -0500:
> > Thanks, that makes sense, but I still can't seem to get values out of
> > HDF (empty). Is there a way to dump the whole HDF for debugging?
>
> Actually I had a bug. It works now. However I have trouble understanding
> how it works (in the template).