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

Igor Vaynberg resolved WICKET-2321.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

i applied the pach.

i did change the method name to component#onremove

the "fromhiearchy" part is a bit redundant since that is the only thing that 
the component can be removed from.

> create a Component#onRemove() method
> ------------------------------------
>
>                 Key: WICKET-2321
>                 URL: https://issues.apache.org/jira/browse/WICKET-2321
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.4-M1, 1.4-M2, 1.4-M3, 1.4-RC1, 1.4-RC2, 1.4-RC3, 
> 1.4-RC4, 1.4-RC5
>            Reporter: Martin Funk
>            Assignee: Igor Vaynberg
>             Fix For: 1.4-RC6
>
>         Attachments: wicket-jira-2321-mf.diff
>
>
> Create a Component#onRemove() method as a hook that may be overriden.
> Sort of like Component#onDetach().
> As the name says It should be invoked when a component or any of its parents 
> is removed from the component tree.
> See also:
> http://www.nabble.com/Component-lifecycle-question-td23913399.html

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

Reply via email to