Is it possible to check form values without the user submitting it?
It seems that the validators set in the form class only work when you
submit.

I want to have that when a user completes a field (onblur), the
entered value is checked immediately.
I know I can do this with AJAX, but how do I make the call to find the
corresponding validator?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to