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

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 we

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 table is in beween span wicket:id =border and /span and a tr for a list view is in the table.

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 table is in beween span wicket:id

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

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

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

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