[Zope] Calling DTML

Kevin Carlson khcarlso@bellsouth.net
Thu, 19 Dec 2002 17:24:07 -0500


Forwarding control from a Python script a DTML method in Zope 2.5.1 used to
work like this:

   return _['updoc'](container, request)

Now I am getting a Key error on 'updoc' which is a DTML method in the same
skinned folder as the script.

Any ideas?

Kevin