how to get DWR readyState as in AJAX. I am using Springs.
Problem for me is sometimes the Flow continues even before Ajax values being returned and hence ends up in some error.
If I can get the readyState, then i can check whether it is 4, so that I can make the flow to continue further.