Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2379

selectbox with model error when calling parent invalidate()

XMLWordPrintable

      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>
      

            jumperchen jumperchen
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: