Goran Juric wrote:
>
>
> 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/
>
Yes I have tried checking the elements for error messages and there are
none...
and the error decorator is there also....still cant get this
-----
Nickolas Whiting
Developer
http://xstudiosinc.com Xstudios
--
View this message in context:
http://www.nabble.com/Zend_Validate-tp20440899p20490934.html
Sent from the Zend Framework mailing list archive at Nabble.com.