Description
Reference to a component stored on bind does not cleaned properly on unbind.
Instead, local paremeter is cleaned:
/** the component that this handler is bound to. */
private Component component;
@Override
public final void bind(final Component hostComponent)
@Override
public final void unbind(Component component)
It prevents reusing AbstractAjaxBehavior.
Attachments
Issue Links
- relates to
-
WICKET-4925 AbstractAjaxBehavior should clean stored reference to a component on unbind
- Resolved