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

AjaxEditableChoiceLabel does not detach choices model

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.1
    • 1.4.2, 1.5-M1
    • wicket-extensions
    • None

    Description

      The component org.apache.wicket.extensions.ajax.markup.html.AjaxEditableChoiceLabel never detaches its choices list model, thus keeping this model attached indefinitely. It should detach when the component's own detach method is called, like eg. this:

      @Override
      public void detachModels() {
      choices.detach();
      super.detachModels();
      }

      Attachments

        Activity

          People

            ivaynberg Igor Vaynberg
            emu Edmund Urbani
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: