Hi, So far I've been able to use the data binding feature with relative ease. However, I am having some issues with the bidirectional mapping. I have an array which I am using to bind a particular element from the array to a control. This works fine in this direction where the array element sets the control value. However, when it tries to establish the reverse binding, it complains because it cannot find:
target["set" + qx.lang.String.firstUp(lastProperty)](value); This is not completely surprising as it tries to generate a method name like setArray[0](value) which does not work. Does anyone have any suggestions as to how to get around this? The list controller is not appropriate in this case since I am not binding the array itself to the control, but only a single element. Thanks Eric ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
