I am having a treegrid which has a XML datasource. Now even when the XML is changed and i refresh the page, the old tree is displayed and not the new one. I have also tried setting the datasource as setPreventHTTPCaching(true);
.
Asked
Active
Viewed 345 times
2

Sagar Tandel
- 299
- 1
- 3
- 10
-
Can you paste here some of your code? – GingerHead Apr 12 '12 at 10:34
-
check out this example http://stackoverflow.com/questions/9466780/drag-drop-with-xml-based-datasource-not-working-in-smartgwt – Sagar Tandel Apr 12 '12 at 10:41
-
the same code except that it does not change the XML. In my code the XML changes but it is not reflected in the code – Sagar Tandel Apr 12 '12 at 10:42