-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 5.0.9, 5.0.10
-
Component/s: Components
-
Security Level: Jimmy
-
None
Select any of the listitem then go to the next the page by clicking the NextPage button, all the listitems are checked.
<zk> <zscript> <![CDATA[ List list = new ArrayList(); for(int i = 0;i < 50; i++) list.add("listitem"); ListModelList lml = new ListModelList(list); ]]> </zscript> <listbox pagingPosition="top" mold="paging" pageSize="10" multiple="true" model="${lml}" checkmark="true" width="400px" /> </zk>