Hi, Check this. http://www.symfony-project.org/book/1_0/10-Forms#Standard%20Symfony%20Valida tors
Cheers and happy new year Pedro -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Valentin Ceaprazaru Sent: quarta-feira, 26 de Dezembro de 2007 14:00 To: symfony users Subject: [symfony-users] Re: email validation Hi again I tried creating the file validate.yml with the following content: fillin: enabled: true fields: content: required: msg: Trebuie sa introduci un comentariu. author: required: msg: Cine esti? author_email: required: msg: Cum te gasesc? sfEmailValidator: author_email_error: 'This email address is invalid' but now nothing it's working if i rename the file with the action name, in my case add.yml everything is working with the exception of the custom error message of author_email field. it shows a default message, not the message that i need to display in romanian. Have a blessed Christmas! Valentin CEAPRAZARU http://beta.worship.ro --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
