[
https://issues.apache.org/jira/browse/WICKET-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eelco Hillenius resolved WICKET-439.
------------------------------------
Resolution: Fixed
ICellPopulator now extends IDetachable and classes that use them detach them.
> 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.