java - Dwr callback "data" object length -


I am using dwr to handle AJAX calls to java backend, I'm returning a map in Java, And I need to know the size of it in javascript when it comes back to the callback function. Is there a way to do this?

You must basically know how to determine the size of javascript associative array, because in this case What is DIL returns? This is clearly explained, on stack overflow:


Comments