-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
7.0.4
-
None
<vlayout> <div> fx.item: <label id="lb1" value="@load(fx.item)"/> </div> <div> fx.item.name: <label id="lb2" value="@load(fx.item.name)"/> </div> </vlayout> <combobox id="combobox" model="@load(vm.list)" selectedItem="@bind(fx.item)"> <template name="model" var="item"> <comboitem label="@load(item.name)"/> </template> </combobox>
when select arbitrary item from combobox, fx.item.name should change as selected.
Take a look at bin/issue/B01848FormBindingUpdate.zul for more detail
- duplicates
-
ZK-1848 Form Binding doesn't update the bean field when a binding bean changed
- Closed