Hi, me again. I found the source of the problem! You are binding the selection of the second list (!!!) and not of the second controller. Using the controllers selection works as suspected:
cont.addTarget(control2, "selection[0]", "param1", true); Its always a good idea to keep the selection handling of the list to the controller as soon you use a controller. Regards, Martin -- View this message in context: http://n2.nabble.com/data-binding-question-tp4694961p4721965.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
