Re: [Wicket-user] Please explain the usage of Border in the library example

2006-07-25 Thread Igor Vaynberg
well im close to figuring out this whone time space continuum deal so hopefully soon it will be 42!-IgorOn 7/25/06, Johan Compagner < [EMAIL PROTECTED]> wrote:25 ofcourse in your case. On 7/25/06, Igor Vaynberg < [EMAIL PROTECTED]> wrote: patches to javadoc are always welcome :) or a bug report so

Re: [Wicket-user] Please explain the usage of Border in the library example

2006-07-25 Thread Johan Compagner
25 ofcourse in your case.On 7/25/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: patches to javadoc are always welcome :) or a bug report so we wont forget. for core committers there are only so many hours in the day. - Take Surve

Re: [Wicket-user] Please explain the usage of Border in the library example

2006-07-24 Thread Igor Vaynberg
patches to javadoc are always welcome :) or a bug report so we wont forget. for core committers there are only so many hours in the day.-IgorOn 7/24/06, Rice Yeh <[EMAIL PROTECTED]> wrote: Thank you for your explanation. It is very clear. However, the javadoc is vague for me.Rice On 7/25/06, Igor

Re: [Wicket-user] Please explain the usage of Border in the library example

2006-07-24 Thread Rice Yeh
Thank you for your explanation. It is very clear. However, the javadoc is vague for me.RiceOn 7/25/06, Igor Vaynberg < [EMAIL PROTECTED]> wrote:ah, it was overridden in the older version. now we have support for special containers that can be transparent to the component hierarchy - which means com

Re: [Wicket-user] Please explain the usage of Border in the library example

2006-07-24 Thread Igor Vaynberg
ah, it was overridden in the older version. now we have support for special containers that can be transparent to the component hierarchy - which means components dont have to be added directly to them but instead to their parent. border.setTransparentResolver(true);is the magic call that tells the

Re: [Wicket-user] Please explain the usage of Border in the library example

2006-07-24 Thread Gwyn Evans
I think it's tied into how the border added to the AuthenticatedWebPage's parent (the WicketExamplePage instance), which I think means that anything added to a child page (or indeed to the WicketExamplePage itself) will be added as child of the border. /Gwyn On 24/07/06, Rice Yeh <[EMAIL PROTECTE

Re: [Wicket-user] Please explain the usage of Border in the library example

2006-07-24 Thread Rice Yeh
No.On 7/24/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: is the homepage's add() method overridden?-IgorOn 7/24/06, Rice Yeh < [EMAIL PROTECTED]> wrote: Hi all,  I get confused with the usage of Border in the library example. In the Home.html, a non-wicket tag is in beween .. added to the border

Re: [Wicket-user] Please explain the usage of Border in the library example

2006-07-24 Thread Igor Vaynberg
is the homepage's add() method overridden?-IgorOn 7/24/06, Rice Yeh <[EMAIL PROTECTED]> wrote: Hi all,  I get confused with the usage of Border in the library example. In the Home.html, a non-wicket tag is in beween .. added to the border automatically? But from the source code, the list view is

[Wicket-user] Please explain the usage of Border in the library example

2006-07-24 Thread Rice Yeh
Hi all,  I get confused with the usage of Border in the library example. In the Home.html, a non-wicket tag is in beween .. added to the border automatically? But from the source code, the list view is added to the home page not the box border. Is not a borded content should be added to the border