caching

Dojo's ContentPane and Internet Explorer Caching

Anybody that's done 'AJAX' web development knows how much of a pain it can be to work with Internet Explorer. Once you get past the lack of good debugging tools and rigid javascript engine, you will probably encounter caching issues. If you're encountering the problem using Dojo's ContentPane, here's a simple fix to the caching problem. Add the following parameters to your ContentPane arguments:

  • preventCache='true'
  • useCache='false'
  • cacheContent='false'
Syndicate content