Hey, I had a look at your example and i found at least the reason for your trouble. It's the binding of the object controller:
cont.addTarget(lbox2, "selection", "param1", true); To be specific, it's the bidirectional flag at the end of the binding. Are you sure you want the binding bidirectional? This could lead to some trouble if you push an item into your model of the object controller currently not in the list. But anyway, it has to work and I check out what's the problem in that case. Regards, Martin -- View this message in context: http://n2.nabble.com/data-binding-question-tp4694961p4721932.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
