[resolved] remote validation question - return values from jsp valication page

[resolved] remote validation question - return values from jsp valication page

Hi,

I'm trying to use remote validation using the jquery validation plugin. I have verified that my remote JSP verification page is being called. I have also verified that it returns either a string 'true' or a string 'false' when it is called.

The client side page is not responding to the return value from the verification page. My question is whether the validate() method is expecting the server side to return 'true' and 'false' as strings?

Thanks in advance.

Jim A.