No, that is not correct. You still can have a border in your base page, but you have to explicitly add the border child components to the border. That is actually the only difference. You can not anymore add the border child to the page.
class MyBasePage { private Border border; ... protected Border getMyBorder() { return border; } } class MyPage extends MyBasePage { public myPage() { new Label(getMyBorder(), "label", ..); } } Juergen On 9/12/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > So, it wouldn't be possible to have a base page with a border, is that > correct? > > Eelco > > > On 9/12/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > > Exactly > > > > On 9/12/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > > - you still can add a border to you page, but you must add the > > > > components to the border if it is a child of the border, instead of > > > > being able to add it to the page as is possible today. > > > > > > So that's basically like it was before transparent borders (which were > > > introduced in 1.2), right? Here, you would usually create a base page > > > which would pass through the add calls to the border. But we don't > > > have that option in 2.0... > > > > > > Eelco > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, security? > > > Get stuff done quickly with pre-integrated technology to make your job > > > easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > Wicket-develop mailing list > > > Wicket-develop@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Wicket-develop mailing list > > Wicket-develop@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wicket-develop mailing list > Wicket-develop@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-develop mailing list Wicket-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-develop