1 Aug
2004
1 Aug
'04
8:41 p.m.
Kate Legere wrote at 2004-7-30 15:33 -0400:
I want to modify a routine called by a form. I know the path and the name (manage_addEntry) but I can't see it in my zope file structure. What am I missing?
It probably is a method of some product. Make a recursive search looking for files with names "*.py" that contain "manage_addEntry". -- Dieter