You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/09/23 00:39:16 UTC

[jira] Resolved: (WICKET-2477) AjaxEditableChoiceLabel does not detach choices model

     [ https://issues.apache.org/jira/browse/WICKET-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2477.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.2
         Assignee: Igor Vaynberg

> AjaxEditableChoiceLabel does not detach choices model
> -----------------------------------------------------
>
>                 Key: WICKET-2477
>                 URL: https://issues.apache.org/jira/browse/WICKET-2477
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.1
>            Reporter: Edmund Urbani
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.2, 1.5-M1
>
>
> 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();
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.