Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-34

When using a Grid inside a Form, sorting the Grid may cause updates (when the form is submitted) to be applied to the wrong objects

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.15
    • 5.0.16
    • None
    • None

    Description

      I could be doing something wrong, but it seems as though saving a Grid of objects which is included in a Form after sorting the Grid to a non-default sort order results in the rows getting saved under an incorrect ID.

      This should be reproducible in any form which includes an editable Grid, but here are the basic steps to reproduce what I'm seeing:
      1. Create an Item class which includes an ID column and a Name column (I have mine set up as a Hibernate object)
      2. Create a Page with a Grid of Items inside a Form including a Save button which causes the Page to persist the Items
      3. Create a couple Items (ID, name):
      (1, 'item one')
      (2, 'item two')
      4. Bring up the Page, Sort by ID (or Name) so they look like this:
      (2, 'item two')
      (1, 'item one')
      5. Click Save and if I'm not mistaken you will see:
      (2, 'item one') <-- Note that Item 2 is now associated with the name of Item 1...
      (1, 'item two')

      Please let me know if there is any difficulty in reproducing this issue and I will try to put together a minimal code example.

      Attachments

        Issue Links

          Activity

            People

              hlship Howard Lewis Ship
              skow Skow
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: