[Zope] problems with first pyhton product

Dieter Maurer dieter@handshake.de
Wed, 12 Sep 2001 00:22:16 +0200 (CEST)


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