Unsupported child for columns with foot : <Label null>

XMLWordPrintable

    • Type: Bug
    • Resolution: Cannot Reproduce
    • Priority: Critical
    • None
    • Affects Version/s: 6.5.4
    • Component/s: Components
    • Environment:

      tomcat6, java1.6
      zk 6.5.4

    • None

      <grid>
      <columns children="@load(vm.columns)" sizable="true">
      <template name="children" var="col">
      <column label="${col.title}"/>
      </template>
      <columns>
      <foot children="@load(vm.columns)">
      <template name="children" var="col">
      <footer>
      <label value="${col.xxx}"/>
      </footer>
      </template>
      </foot>
      </grid>

      this is valid before zk version 6.5.3

            Assignee:
            RaymondChao
            Reporter:
            manzai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: