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
Sam Gendler wrote:
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
OK, I managed to replace the manage_uploadForm. I was sticking the replacement in the product, instead of in the ZClass. --sam
participants (1)
-
Sam Gendler