endless loop AU-loop in Grid, on Render Exception

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 7.0.0
    • Affects Version/s: 6.5.1
    • Component/s: Components
    • Environment:

      windows jetty

    • None

      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>

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

              Created:
              Updated:
              Resolved: