sabri sahin can wrote: > > What i want to do is to set a single and only one message for any type of > fail of validation. > I tried setMessage(), setMessages etc functions and got no solution so i > rewrote most of the possible error messages. >From what I can tell, there are only two ways to handle this:
1 - Do what you did here: http://pastie.org/1060337 2 - Use a translate object and define all of the messages there. ----- -- Wil Moore III Why is Bottom-posting better than Top-posting: http://www.caliburn.nl/topposting.html -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Form-elements-validating-tp2302277p2303914.html Sent from the Zend Framework mailing list archive at Nabble.com.
