I m trying to call a server mrthod from client through "remote
script".I m using "Brent Ashley's JSRS" but unable to get return
value of server method.I m also not sure that the the server method
is called or not.B/c from browser it looks that it is called.But in
the server method,I wrote on console (System.out.println
("..........")) but it is not printing.Can anybody tell me,what is
happening?