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

ListModelList causes an exception on 2012/01/09 FL version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.0
    • 6.0.0, Freshly
    • None

      <window>
      You should not see any exception after this page loaded.
       <zscript>
       org.zkoss.zul.ListModelList model = new org.zkoss.zul.ListModelList();
       model.add("A");
       model.add("B");
       model.add("C");
       model.add("D");
      </zscript>
       <grid id="grid" width="300px" model="${model}">
        <template name="model">
         <row>
          <label value="${each}" />
         </row>
        </template>
       </grid>
      </window>
      

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

              Created:
              Updated:
              Resolved: