17 Dec
2001
17 Dec
'01
9:49 a.m.
I think what you want to do is to make a new zClass where you subclass the class you are interested in, and then write a new form and a new action where you put additional logic. Zope can generate most of the code for you when you make the new zClass. regards Max M
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Bruce Eckel
Well, I can run the program by hand for the time being but it would be convenient to figure out how to do it automatically.
It sounds like I need to make a new product? Haven't learned how to create one of those yet...