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