Hi there

I've setup a basic GWT app that's essentially an image gallery.  The
gallery works by updating an Image widget with widget.setURL('url')
either by clicking a forward or back button.  To reduce bandwidth, the
images are only loaded as they're requested (ie. by clicking the
forward button).

However, images are being forcibly reloaded when a use clicks the back
button rather than retrieving a cached image stored by the client's
browser.  Obviously, in an attempt to speed the page load and reduce
bandwidth, it would be preferable to use a cached image rather than
reloading the same image every time it's requested.

Has anybody else had this problem and is there any way around this?

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.


Reply via email to