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 Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 wont forget. for core committers there are only so many hours in the day.

-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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. My question is how this table is automatically wrapped in the box border. I know that the box border is created in the 
Home.java's super class AuthenticatedWebPage.java. Is any content between span wicket:id =border../span 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? Anyone can explain this to me?
Regards,Rice

-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 =border and /span and a tr for a list view is in the table. My question is how this table is automatically wrapped in the box border. I know that the box border is created in the 
Home.java's super class AuthenticatedWebPage.java. Is any content between span wicket:id =border../span 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? Anyone can explain this to me?
Regards,Rice

-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash

http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list

Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 PROTECTED] wrote:
 No.


 On 7/24/06, Igor Vaynberg [EMAIL PROTECTED] wrote:
 
  is the homepage's add() method overridden?
 
  -Igor
 
 
 
 
  On 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. My
 question is how this table is automatically wrapped in the box border. I
 know that the box border is created in the Home.java's super class
 AuthenticatedWebPage.java. Is any content between span wicket:id
 =border../span 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? Anyone can explain this to me?
 
  Regards,
 
  Rice

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 border to be transparentand since the markup is like thisspan wicket:id=borderwicket:child//span
the contents of extending pages will be rendered inside the border.see the javadoc on border.settransparentresolver or whatever it extends from.-IgorOn 7/24/06, 
Rice Yeh [EMAIL PROTECTED] wrote:
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 =border and /span and a tr for a list view is in the table. My question is how this table is automatically wrapped in the box border. I know that the box border is created in the 
Home.java's super class AuthenticatedWebPage.java. Is any content between span wicket:id =border../span 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? Anyone can explain this to me?
Regards,Rice

-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash


http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list


Wicket-user@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/wicket-user


-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your

opinions on IT  business topics through brief surveys -- and earn cash

http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list

Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 components dont have to be added directly to them but instead to their parent.
border.setTransparentResolver(true);is the magic call that tells the border to be transparentand since the markup is like thisspan wicket:id=borderwicket:child//span
the contents of extending pages will be rendered inside the border.see the javadoc on border.settransparentresolver or whatever it extends from.
-IgorOn 7/24/06, 
Rice Yeh [EMAIL PROTECTED] wrote:

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 =border and /span and a tr for a list view is in the table. My question is how this table is automatically wrapped in the box border. I know that the box border is created in the 
Home.java's super class AuthenticatedWebPage.java. Is any content between span wicket:id =border../span 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? Anyone can explain this to me?
Regards,Rice

-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash



http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list



Wicket-user@lists.sourceforge.net


https://lists.sourceforge.net/lists/listinfo/wicket-user


-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your


opinions on IT  business topics through brief surveys -- and earn cash


http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list


Wicket-user@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/wicket-user


-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash

http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list

Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


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 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 components dont have to be added directly to them but instead to their parent.
border.setTransparentResolver(true);is the magic call that tells the border to be transparentand since the markup is like thisspan wicket:id=borderwicket:child//span
the contents of extending pages will be rendered inside the border.see the javadoc on border.settransparentresolver or whatever it extends from.
-IgorOn 7/24/06, 
Rice Yeh [EMAIL PROTECTED]
 wrote:

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 =border and /span and a tr for a list view is in the table. My question is how this table is automatically wrapped in the box border. I know that the box border is created in the 
Home.java's super class AuthenticatedWebPage.java. Is any content between span wicket:id =border../span 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? Anyone can explain this to me?
Regards,Rice

-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash




http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list




Wicket-user@lists.sourceforge.net



https://lists.sourceforge.net/lists/listinfo/wicket-user


-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your



opinions on IT  business topics through brief surveys -- and earn cash



http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list



Wicket-user@lists.sourceforge.net


https://lists.sourceforge.net/lists/listinfo/wicket-user


-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash


http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list


Wicket-user@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/wicket-user


-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash

http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list

Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___Wicket-user mailing list
Wicket-user@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user