On Sun, May 9, 2010 at 08:07, uglyhunK <[email protected]> wrote:

> 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();
>

I don't see anything wrong with what you've posted. What, specifically,
doesn't work? Please post /json/source.txt and what is displayed by
e.getContent().

Derrell
------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to