Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-2672

use <td>tag to determine column to show and not remove property in <tr>

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Invalid
    • unspecified
    • None
    • tapestry-core
    • None

    Description

      Use <td>tag to determine column to show and not remove property in <tr>. This is because the hibernate domain contains many properties. It is not the good practice to list down all the remove properties.
      The following sample is just show 2 column only.
      <table width="100%" >
      <tr t:type="grid" t:source="users" t:value="user" rowsPerPage="1">
      <td> ${user.email}</td>
      <td>${user.name}</td>
      </tr>
      </table>

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            jimmy6 seong
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: