i use remote method of validator for checking if username exists in DB
my scenario:
- form with one field (username of course)
- i filled field
- it passes validation, but i don't sending form yet
- going to DB inserting username that i filled in form that i still don't sent yet
- returning to my form press on submit btn
- voila, it pass validation (here the issue if u don't understand yet)
of course i did validation on the server side too, but it will be great that validation for remote method will fire too when sending form
p.s. i'm using 1.5.5 version but see that this issue still exists