You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Joe Fawzy <jo...@gmail.com> on 2011/03/05 06:00:28 UTC

Page#onInitialize is final in 1.5RC2 ?

Hi
Page#onInitialize is final in 1.5RC2
i think this method ment to be overridden?
am i missing something?
Thanks

Re: Page#onInitialize is final in 1.5RC2 ?

Posted by Igor Vaynberg <ig...@gmail.com>.
better to use onconfigure()...just make sure your code only runs once..

if (get("foo")==null) {
   add(new MySomething("foo"));
}

-igor

On Sun, Mar 6, 2011 at 4:14 PM, Joe Fawzy <jo...@gmail.com> wrote:
> if Page#onInitialize will remain final.... can i use onMarkupAttached
> instead for the same purpose?
> Thanks
> Joe
>
> On Mon, Mar 7, 2011 at 12:40 AM, Joe Fawzy <jo...@gmail.com> wrote:
>
>> The jira issue said it has been fixed since RC1 and as i can see , it is
>> final in RC2
>> does that men that Page#onInitialize will remain final?
>> thanks
>> Joe
>>
>>
>> On Sat, Mar 5, 2011 at 11:06 AM, Martin Grigorov <mg...@apache.org>wrote:
>>
>>> https://issues.apache.org/jira/browse/WICKET-3218
>>> There is a thread in the mailing list. Search in Nabble.
>>>
>>> On Sat, Mar 5, 2011 at 7:00 AM, Joe Fawzy <jo...@gmail.com> wrote:
>>>
>>> > Hi
>>> > Page#onInitialize is final in 1.5RC2
>>> > i think this method ment to be overridden?
>>> > am i missing something?
>>> > Thanks
>>> >
>>>
>>
>>
>

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


Re: Page#onInitialize is final in 1.5RC2 ?

Posted by Joe Fawzy <jo...@gmail.com>.
if Page#onInitialize will remain final.... can i use onMarkupAttached
instead for the same purpose?
Thanks
Joe

On Mon, Mar 7, 2011 at 12:40 AM, Joe Fawzy <jo...@gmail.com> wrote:

> The jira issue said it has been fixed since RC1 and as i can see , it is
> final in RC2
> does that men that Page#onInitialize will remain final?
> thanks
> Joe
>
>
> On Sat, Mar 5, 2011 at 11:06 AM, Martin Grigorov <mg...@apache.org>wrote:
>
>> https://issues.apache.org/jira/browse/WICKET-3218
>> There is a thread in the mailing list. Search in Nabble.
>>
>> On Sat, Mar 5, 2011 at 7:00 AM, Joe Fawzy <jo...@gmail.com> wrote:
>>
>> > Hi
>> > Page#onInitialize is final in 1.5RC2
>> > i think this method ment to be overridden?
>> > am i missing something?
>> > Thanks
>> >
>>
>
>

Re: Page#onInitialize is final in 1.5RC2 ?

Posted by Joe Fawzy <jo...@gmail.com>.
The jira issue said it has been fixed since RC1 and as i can see , it is
final in RC2
does that men that Page#onInitialize will remain final?
thanks
Joe

On Sat, Mar 5, 2011 at 11:06 AM, Martin Grigorov <mg...@apache.org>wrote:

> https://issues.apache.org/jira/browse/WICKET-3218
> There is a thread in the mailing list. Search in Nabble.
>
> On Sat, Mar 5, 2011 at 7:00 AM, Joe Fawzy <jo...@gmail.com> wrote:
>
> > Hi
> > Page#onInitialize is final in 1.5RC2
> > i think this method ment to be overridden?
> > am i missing something?
> > Thanks
> >
>

Re: Page#onInitialize is final in 1.5RC2 ?

Posted by Martin Grigorov <mg...@apache.org>.
https://issues.apache.org/jira/browse/WICKET-3218
There is a thread in the mailing list. Search in Nabble.

On Sat, Mar 5, 2011 at 7:00 AM, Joe Fawzy <jo...@gmail.com> wrote:

> Hi
> Page#onInitialize is final in 1.5RC2
> i think this method ment to be overridden?
> am i missing something?
> Thanks
>