Details
-
Bug
-
Resolution: Fixed
-
Normal
-
5.0.9, 5.0.10
-
Security Level: Jimmy
Description
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>