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(dan@...)@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).