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
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.