Hi
Execute
this.fetchData(isc.addProperties(this.getCriteria( ), {
"tc": new Date().getTime()
}), callback1);
in this case the server goes double post request with callback is called once. What can I do to get rid of double-Post? With that, the autoFetchData = false
Thanks
Execute
this.fetchData(isc.addProperties(this.getCriteria( ), {
"tc": new Date().getTime()
}), callback1);
in this case the server goes double post request with callback is called once. What can I do to get rid of double-Post? With that, the autoFetchData = false
Thanks