11 Sep
2001
11 Sep
'01
10:22 p.m.
Achim Domma writes:
I have an instance of an object with the id 'MyInstanceA' in the folder 'TestFolder'. Now I want to handle the data posted from a form via a memberfunction of this instance. The function is defined as:
def handleFormData(self,param1,param2): ... Does your method has a docstring?
If not (and you do not run Zope in debug mode), you will get a "Resource not found". In debug mode, you would be told that a docstring is missing. Dieter