Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-5082

Ajax update renders parent/child JS in different order than initial Page render

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 6.6.0
    • 6.7.0
    • None
    • None

    Description

      See attached quickstart. On initial page load, the child Javascripts are rendered and executed first, followed by the parent's JS - in this case a Datatables.net JS. Everything works fine.

      However, if you click on a link in the DefaultDataTable, we trigger a DDT refresh via Ajax, and then you can see that the parent's JS is executed first, before the child JS - this causes a problem since the parent JS modifies the visible rows in the table and Wicket can no longer find some of the child rows.

      I expected the order of JS contributions to be the same for initial page render and any Ajax updates.

      Attachments

        1. Change_order_of_Ajax_child_visitation.patch
          4 kB
          Nick Pratt
        2. quickstart.tar.gz
          95 kB
          Nick Pratt
        3. wicket-5082.patch
          4 kB
          Sven Meier

        Activity

          People

            svenmeier Sven Meier
            nickpratt Nick Pratt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: