Hi,

can you please enable qx.debug.io [1] and report the URL that is being 
requested?

Thanks!

Tristan

[1] 
http://manual.qooxdoo.org/1.6.x/pages/communication/request_io.html#debugging

Am 17.01.2012 um 22:19 schrieb aditya siram:

> 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


------------------------------------------------------------------------------
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

Reply via email to