Hi all,
I am having an issue with IE seemingly caching the results of a GET request
made using qx.io.rest.Resource with the default qx.io.rest.Xhr request.
I have a list of items and when I select an item the server is queried and
and it's associated data is displayed in an editable form. If the form is
edited and submitted the new data is written to a server-side database. The
next time this item is selected the new information should be displayed.
Currently in Firefox and Chrome this works as expected: the user selects
item A, changes some things, submits, selects item B, reselects A and sees
the new information.
In IE, when the user reselects item A the old information is displayed.
In order to eliminate request caching I have a "req.setCache(false)" in the
"configureCallback" function for each of these queries. Using the IE
debugger I have confirmed that this function is being called before every
query. I have also tried "req.setCache("no-store") and
"req.setCache("no-cache") with the same results.
I am going to research this some more, but I was hoping someone may have
run into this before.
Thanks ...
-deech
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel