Hi, I think I may have found a weird bug in form handling. I was trying to set up 2 lists using the same (identical) model in order to allow users to choose from a list of packages to search in and a list of packages not to search in. However, when I click on one list, the identical selection is set up in the other list! Could this be a binding issue where the object controller inside the form controller is not binding selection to the list controller of the field, but instead directly to the model, thus confusing the two? The only way around this is to iterate over the model and clone() each item, which is acceptable but seems unnecessary.
Thanks, Greg ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
