dojo.connect(queryTask, "onError", function(err) { alert("CUSTOM ERROR: " + err.details); });
Hello all,I'm creating an app based on the Clustermap sample by globoserver. The sample is working great and I've managed to implement a filtering mechanism. The problem I'm struggling with is trapping an error when no results are returned. It seems like the error function is not being called?dojo.connect(queryTask, "onError", function(err) { alert("CUSTOM ERROR: " + err.details); });Any ideas/suggestions would be greatly appreciated.Warren M
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.