12 Sep
2001
12 Sep
'01
8:14 a.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?
that was exactly my problem, thanks ! Achim