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

Unsupported child for columns with foot : <Label null>

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Critical Critical
    • None
    • 6.5.4
    • Components
    • tomcat6, java1.6
      zk 6.5.4

      <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

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

              Created:
              Updated:
              Resolved: