Introduce a good place to initialize components other than the constructor -
Component#onInitialize()
-----------------------------------------------------------------------------------------------------
Key: WICKET-2943
URL: https://issues.apache.org/jira/browse/WICKET-2943
Project: Wicket
Issue Type: New Feature
Reporter: Igor Vaynberg
Fix For: 1.4.10
Component#onInitialize() should be called once during the component's lifecyle
at some point before the first render. During this call Component#getPage()
should return the page the component is added to.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.