You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/08/07 03:52:16 UTC

[jira] Resolved: (WICKET-2943) Introduce a good place to initialize components other than the constructor - Component#onInitialize()

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

Igor Vaynberg resolved WICKET-2943.
-----------------------------------

    Resolution: Fixed

> 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
>          Components: wicket
>            Reporter: Igor Vaynberg
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.10, 1.5-M1
>
>
> 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.