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_trace()
Is never called.
What is its name?
Thanks,
Florian
_______________________________________________
Zope3-users mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope3-users
