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

endless loop AU-loop in Grid, on Render Exception

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.0
    • 6.5.1
    • Components
    • windows jetty

      the following page will cause and endless AU loop

      <zk>
      <zscript><![CDATA[
      List list = new ArrayList();
      list.add("one");
      list.add("two");

      ListModelList model = new ListModelList(list);
      ]]></zscript>
      <grid model='${model}'>
      <columns>
      <column>wrongProperty</column>
      </columns>
      <template name="model">
      <row>${each.wrongProperty}
      </row>
      </template>
      </grid>
      </zk>

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

              Created:
              Updated:
              Resolved: