On Tue, 21 Apr 2009 11:05:36 +0200 (CEST) chatellier at users.labs.libre-entreprise.org wrote:
protected DocumentListener listener = null; @@ -63,7 +57,7 @@ if (evt.getOldValue() != null || evt.getNewValue() == null) { // remove previous binding on getBean() //jaxx.runtime.SwingUtil.removeDataBinding(get$Table0(), "fieldCellName.text", "fieldCellLongitude.text", "fieldCellLatitude.text", "fieldCellLand.selected", "fieldCellComment.text"); - combo.setModel(new DefaultComboBoxModel()); + formuleComboBox.setModel(new DefaultComboBoxModel()); try { editor.open(org.codelutin.util.FileUtil.getTempFile("", ".java")); } catch (IOException e) { @@ -80,8 +74,8 @@
Je comprends pas pourquoi le modèle de formuleComboBox n'est pas fait dans un atrtribut JAXX ? <Combo model={myModel}/> me parrait plus naturel... Vive Jaxx