> 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