You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/03/30 23:44:25 UTC

[jira] Assigned: (WICKET-439) ensure detachement of models used by columns

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

Eelco Hillenius reassigned WICKET-439:
--------------------------------------

    Assignee: Eelco Hillenius

> ensure detachement of models used by columns
> --------------------------------------------
>
>                 Key: WICKET-439
>                 URL: https://issues.apache.org/jira/browse/WICKET-439
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>            Reporter: Eelco Hillenius
>         Assigned To: Eelco Hillenius
>             Fix For: 1.3
>
>
> Classes like wicket.extensions.markup.html.repeater.data.tableAbstractColumn uses model instances, but do nothing to guarantee those models will be detached at the end of a request. There is also no guarantee that the passed in models are coupled to components (in which case they would be detached). We should somehow enforce detachement.

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