Hi,
Following is the simple Ajax code, for some reason, is not working. I'm
getting the response from the server but qx.io.remote.Response object's
properties/methods do not seem to work. Any help would be well appreciated
var req = new qx.io.remote.Request("/json/source.txt", "GET",
"application/json");
req.addListener("completed", function(e) {
alert(e.getContent());
});
req.send();
Cheers
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel