[Zope] manage_addDocument returning a DTML method

shawn grant shawn@dolphinsearch.com
Tue, 07 Aug 2001 14:23:55 -0700


I'm using Zope 2.4.0 on an Alpha Linux box.

I have a Python Script consisting of the following line of code:

container.manage_addDocument('test', 'Test Document')

, which is creating a DTML Method instead of Document.  Any idea as to 
the reason for this behaviour?

thanks.