I have this code https://gist.github.com/voger/8595dd76bbc6c5753922
In line 30 I set a store of type qx.data.store.Rest In line 31 I set a store of type qx.data.store.Json In lines 46 to 53 I set bindings the qx.data.store.Rest to a qx.ui.embed.Html widget and the qx.data.store.Json to a qx.data.controller.List The problem is that when I run the code, when the widget appears on the screen I get this error 020996 Assertion error! Invalid incoming value for property 'html' of class 'qx.ui.embed.Html': Expected value to be a string but found qx.data.model.id"name[3079-0],qx.data.model.id"name[3080-0],qx.data.model.id"name[3081-0]! When I disable the binding to the lines 47 to 53 I get no error in console. It seems like the bindings use the same model which doesn't make sense. After that it works normally without error messages until I close and open the widget again. I guess I could use plain event listeners for this task but I would like to know why the code above doesn't work. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel