[Zope] class name of current object

Scott Shepherd skot@pobox.com
Wed, 16 Aug 2000 15:48:22 -0400


Is there a way to get the current object's class name?

<dtml-var "this.__class__.__name__">

doesn't work.