Hi, the main problem here is that the selection of the selectbox overrides the selection in the form model. The behavior by default is that the form binds the modelSelection of the selectbox in the form model. The model selection of the select box is the object currently selected from the list model. Thats why the list models are reflected in the form model.
If you want to change the selection in the form model, you can use a reference to the list model: form_model.setPerson(list_model.getItem(1)); Does that help? Best, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Form-Binding-with-List-Binding-tp5121281p5121698.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
