[Zope3-Users] Function for validation

Florian Lindner mailinglists at xgm.de
Sun Sep 4 12:14:52 EDT 2005


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


More information about the Zope3-users mailing list