Am 18.08.2011 20:48, schrieb Rafael Ibraim: > var controller = new qx.data.controller.List(data, list, "name"); // Hi,
the problem is you do not pass the created model, just change it to: var controller = new qx.data.controller.List(model, list, "name"); And it should work like expected. Cheers, Chris ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
