-
Bug
-
Resolution: Fixed
-
Major
-
6.5.6
-
Security Level: Jimmy
-
None
run the example and click the button to reproduce the error.
<zk> <zscript> ListModelList model = new ListModelList(Locale.getAvailableLocales()); </zscript> <div> <button label="invalidate parent" onClick="parent.invalidate();" /> </div> <div id="parent"> <selectbox id="select" model="${model}" hflex="1"> <template name="model"> <label value="${each.displayName}"/> </template> </selectbox> </div> </zk>