Hi, I am trying to connect to a JSON source (CouchDB). I am able to run the url in the browser and I recieve valid JSON. However when I try the same url in the code below I receive a null -
var url = "http://127.0.0.1:5984/pricing"; var store = new qx.data.store.Json(url); for (i=0; i<500; i++){ this.debug(i); } this.debug(qx.dev.Debug.debugProperties(store.getModel())); I have tried the above code in the playground. Any ideas would be appreciated. Thanks, Murtaza -- View this message in context: http://qooxdoo.678.n2.nabble.com/unable-to-get-JSON-store-working-tp5205923p5205923.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
