Remove onAttach
---------------
Key: WICKET-1059
URL: https://issues.apache.org/jira/browse/WICKET-1059
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.3.0-beta4
Reporter: Matej Knopp
onAttach doesn't work reliably and it's not really needed, as the functionality
can be moved to onBeforeRender, which also gives much more flexibility to what
it's possible to do in the method.
Thus the onAttach method should be removed (made final actually, so that we
don't fail silently).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.