You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/11/14 11:11:43 UTC

[jira] Created: (WICKET-1159) IWrapModel implementations should implement detach method (calling the wrapped model), Also AbstractWrapModel shouldn't have an empty detach method (because it has to be implemented)

IWrapModel implementations should implement detach method (calling the wrapped model), Also AbstractWrapModel shouldn't have an empty detach method (because it has to be implemented)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: WICKET-1159
                 URL: https://issues.apache.org/jira/browse/WICKET-1159
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.3.0-rc1
            Reporter: Johan Compagner
             Fix For: 1.3.0-rc2


see subject

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


[jira] Closed: (WICKET-1159) IWrapModel implementations should implement detach method (calling the wrapped model), Also AbstractWrapModel shouldn't have an empty detach method (because it has to be implemented)

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner closed WICKET-1159.
-----------------------------------

    Resolution: Fixed

fixed. 
If developers did extend the AbstractWrapModel then they could get compile errors now because the detach() has to be implemented.

> IWrapModel implementations should implement detach method (calling the wrapped model), Also AbstractWrapModel shouldn't have an empty detach method (because it has to be implemented)
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-1159
>                 URL: https://issues.apache.org/jira/browse/WICKET-1159
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-rc1
>            Reporter: Johan Compagner
>             Fix For: 1.3.0-rc2
>
>
> see subject

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