PDA

View Full Version : Clear cache in hosted mode browser, Linux



urosmil
29 Aug 2008, 8:42 AM
Hi,

I am using GWT-1.5-RC2 and GXT-1.03 on Ubuntu 8.04.
Since ExtGWT remembers ui state information in hosted mode browsers cache (e.g. panel size or collapsing) I need to clear cache.

Ubuntu 8.04 has FF 3.01 but I think that GWT does not use that browser.

Does anyone knows how to clear cache in hosted mode browser on Linux?

IMPORTANT: Please don't tell me to ask on GWT group (http://groups.google.com/group/Google-Web-Toolkit) since they have some spam problem and I, as new group member, can't post my question there.

Thanks,
Uros.

gslender
30 Aug 2008, 5:04 AM
ContentPanel store state using the Components state manager - using that you could figure out what is stored and clear it using the clear method in provider.