Hi,

first of all, I'm sorry but my english isn't the best. 

If I change the qx.data.store.Json request-configuration and set async to
false my app failed
and I get the following error: "TypeError: nxhr is null".

var store = new qx.data.store.Json(url, {
        configureRequest:function(request) {
                request.setMethod('POST');
                request.setAsync(false);
        } 
});

If i don't set async to false everything works fine, but i need to set aysnc
to false.

Hope somebody can help...

moke



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/qx-data-store-Json-setAsync-false-failed-tp7580715.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to