On Tue, May 5, 2009 at 11:11 AM, iceangel89 <[email protected]> wrote: > > $this->broken is a Zend_Form_Element_Text > > and that element isRequired and has a AlphaNum validator
I did a quick search for "zend_form custom error messages" and this is what I get first: http://cogo.wordpress.com/2008/04/24/translating-zend_form-error-messages-and-more/ The above is customizing the error messages using Zend_Translate. The 3rd hit on above search: http://www.zfforums.com/zend-framework-components-13/model-view-controller-mvc-21/zend-form-custom-errors-how-567.html (This looks like the developer customized the validator -- maybe that is what you want?) Till
