Re: [Zope3-Users] Function for validation

2005-09-11 Thread Stephan Richter
On Sunday 04 September 2005 12:14, Florian Lindner wrote: > I use a view class for a addform. IIRC there is a defined name for a > function in the view class that is called form zope in order to validate > the input. I thought its name were validate. But in my viewclass > > class AddForm(object): >

[Zope3-Users] Function for validation

2005-09-04 Thread Florian Lindner
Hello, I use a view class for a addform. IIRC there is a defined name for a function in the view class that is called form zope in order to validate the input. I thought its name were validate. But in my viewclass class AddForm(object): def validate(): import pdb pdb.set_trac