[Zope] z class question

Sam Gendler sgendler@teknolojix.com
Tue, 30 Nov 1999 12:36:23 -0800


I have a z class that is descended from dtml method, so it has an upload
tab.  The upload tab calls manage_uploadForm, which was inherited from
DTML method, and the form calls manage_upload.  I need to overload the
manage_upload function, or else I need to replace the manage_uploadForm,
but I cannot seem to do either.  Can anyone point me in the write
direction?

--sam