Re: [qooxdoo-devel] qx.data.controller.Object - setModel with strange behavior

2012-02-27 Thread arsousa
Hi, I've already solved the problem and the error was about another thing which exception has not been caught properly. However the exception should arise in both cases I suppose and not just in second case. But ok, it's solved!! Ana Rita Sousa -- View this message in context: http://qooxdoo.

[qooxdoo-devel] qx.data.controller.Object - setModel with strange behavior

2012-02-24 Thread arsousa
Hi, I'm using qx.data.controller.Object to control the data binding of several widgets: this._model = qx.data.marshal.Json.createModel(modelData); this._controllerLegend = new qx.data.controller.Object(); this._controllerLegend.addTarget(methodBox, "modelSelection[0]", "method", t