GWT version: gwt-2.5.1
Hi,
I am trying to reset the Datasource completely upon closing the tab. And i am declaring the methods and variables in the Datasource as static. I tried this:
Datasource.instance.setCacheAllData(false);
so as to clear the values. i am not sure if this is the correct way. Any ideas on resetting it?
Hi,
I am trying to reset the Datasource completely upon closing the tab. And i am declaring the methods and variables in the Datasource as static. I tried this:
Datasource.instance.setCacheAllData(false);
so as to clear the values. i am not sure if this is the correct way. Any ideas on resetting it?