[Zope] Problem Creating Instances Mysteriously Solved
Dan Shafer
pydan@danshafer.com
Sat, 20 Apr 2002 23:33:42 -0700
I see now that DTMLDocument is a subclass of DTMLMethod (which isn't in the
Zope Book but which I found on the Zwiki). Then I noticed that
manage_edit() is a function of the DTMLDocument. Don't know how I
overlooked it but I'm on it now.
So now I know how to change the DTMLDocument's contents.
Off to see if I can dope out user-defined properties on Zope objects (not
custom ZClasses). I'm sure it's in here somewhere.