[Zope] ZClasses and aquisition

Trevor Toenjes zope@toenjes.com
Tue, 11 Sep 2001 16:06:01 -0400


> So how can I use my ZClass like a function, or how can I embed
> its output in
> an other page??

Robert,
I just went thru this myself.  The zClass acts external folderish and
therefore you have to acquire the zClass to render its methods (index_html
or whatever).
try <dtml-with yourzClass><dtml-var DTMLMethod></dtml-with>

-Trevor