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

Possible issue with Border and LoadableDetachableModel in 7.1.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 7.1.0
    • 7.2.0, 8.0.0-M1
    • wicket
    • None

    Description

      I have encountered an issue with Border objects and LoadableDetachableModels in wicket 7.1.0. This issue does NOT occurr in 7.0.0.

      The issue is the following:

      • When wrapping a FormComponent in a Border object, everything works as it should
      • However for each FormComponent per Border in the Page/Parent component, the detach/load is called once.
      • This causes a load call on the LoadableDetachableModel per component on the page, for 20 input fields this causes 20 loads!

      It seems the Border's remove function is called twice.

      Attachments

        Activity

          People

            bitstorm Andrea Del Bene
            LiePoe Lieven Poelman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: