Hi David, I believe you're trying to concat two models. qx.data.marshal.Json.createModel plus some JSON data is everything you need. See http://tinyurl.com/3a7gkl2.
Tristan Am 04.01.2011 um 10:03 schrieb David Charbonnier: > Hi 2, > > New version introduce new functionalities and new bug ;) > > To reproduce : > http://tinyurl.com/2aqm7ue > > Error : > TypeError: model is null > > Patch : > > --- > qooxdoo-1.3-sdk.original/framework/source/class/qx/data/controller/List.js > 2011-01-04 09:55:11.000000000 +0100 > +++ qooxdoo-1.3-sdk.oxys/framework/source/class/qx/data/controller/List.js > 2011-01-04 09:59:53.000000000 +0100 > @@ -611,15 +611,15 @@ > */ > bindDefaultProperties : function(item, index) > { > - // label > - this.bindProperty( > - this.getLabelPath(), "label", this.getLabelOptions(), item, index > - ); > - > // model > this.bindProperty( > "", "model", null, item, index > ); > + > + // label > + this.bindProperty( > + this.getLabelPath(), "label", this.getLabelOptions(), item, index > + ); > > // if the iconPath is set > if (this.getIconPath() != null) { > > > // Tél. 09.72.11.11.00 > // Port. 06.32.22.34.88 > // Fax 09.74.53.46.25 > // www.oxys.net > // [email protected] > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
