-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.5.1
-
Component/s: Components
-
None
-
None
http://screencast.com/t/vIe4Ydjj0k
<zscript><![CDATA[
ArrayList list = new ArrayList();
for (int i = 0; i < 100; i++) {
list.add("row " + i);
}
ListSubModel model = ListModels.toListSubModel(new ListModelList(list));
]]></zscript>
<chosenbox id="lbxThree" width="300px"
model="${model}" emptyMessage=" Please select some items."
noResultsText=" No such item - {0} - and it is already in the model."
createMessage=" No such item -{0} - but it is not in model either, you can try to create it.">
</chosenbox>