[Zope] Accessing DTML Methods through the monitor_client

darryl@igor.penguinpowered.com darryl@igor.penguinpowered.com
Thu, 20 Jul 2000 10:32:07 -0700 (PDT)


Can anyone give me a push down the path of using the monitor client to
access DTML methods. I have a s simple methods that returns a value from a
SQL call. The method looks like this:

<dtml-in getSample><dtml-var sample></dtml-in>


I would like to examine sample in the monitor.

-D