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
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to