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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.