Hi,
in the Zend_Form of current implement,filters is apply before validators,but i want to filter data after form is validate. For example,in the regiser form,i have to validate the field password not empty,and than filter it with the MD5 filter. I think it is best that developer can set the filters order,filtering before or after validators.
