That's a architectural problem of Form.Validator that it doesn't support asynchronous validators. You probably should write code which might call some methods of Form.Validator to show the results or just shows some message directly.
On Thu, Aug 18, 2011 at 4:13 AM, Doug <[email protected]> wrote: > The validation does not work if I use Request.JSON inside > FormValidator test method; > > I need to use to validate captcha image code before form submission. > Please see example here: > http://jsfiddle.net/machadoug/ve2br/16/ > > Thanks in advance for your help.
