Login Register

clear cache

Populating a tree with a server call works fine only the first time on IE

I use thid code on my jsp page.

div dojoType="dojo.data.ItemFileReadStore" jsId="continentStore" url="/action.do?....
div dojoType="dijit.Tree" id="tree" store="continentStore"

On IE it works fine only the first time.
When I reload the page to load new data from server, the tree doesn't loads properly, and tree seems to load the same data stored on first time.

On Firefox I don't have any problem and tree works fine every time.

Is there a way to solve my problem?

How do I clear cache in DoJo 1.0?

Hi all!

I was using dojo.io.XMLHTTPTransport.clearCache() to clear cache with Dojo 0.4.3
How do I do the same with DoJo 1.0?

Thanks!

Syndicate content