Hi list,

in short:

Why is there no Component#onRemove() method?

I see that there is Component#onDetach() which is called by Component#remove(), so it might be a good candidate.
But onDetach is also called at the end of every RequestCycle.
I have things that I want to get done when a Component is removed or replaced, not on every detach.

How can I achieve that?

mf

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to