Hi, I am relatively new on symfony development, and I didn't found any answer to this issue: is it possible to call TWO or MORE callback functions within the Post Validator? I am developing a system and this form has some complex validation requirements.
I already tried to use the sfValidatorAnd with the Post Validator and it didn't work; it calls the first declared callback function, but not the second one. And if I put everything inside only one function, I am not able to personalize the 'invalid' error message, because I can get this error at 3 different points of the callback function. But the message was already set on the validatorSchema declaration, and it can't be changed (can it???). Please help. Thanks a lot! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---