nwhiting wrote:
> 
> shouldn't this return any error messages set within those validators?
> As even Zend_Validate_EmailAddress does not return any error, and my
> custom validators are setup just as defined in the documentation
> 

Yes, they should display error messages.

Have you tried checking the element after submit? Something like

var_dump($this->form->getElement('elementName')->getErrorMessages());

Check that you haven't removed the error decorator from your form elements,
because he is the one that displays the error messages when you render your
form.

Give us some more information if you are stuck..

Goran Juric
http://gogs.info/
-- 
View this message in context: 
http://www.nabble.com/Zend_Validate-tp20440899p20486772.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to