Yes, basically I have a border for all pages, but I add it in my BasePage class. I did it this way so that I could easily change border implementations in one class.
I think I'm just going to abandon that method, and just add the border on each page with a custom BorderFactory or something. On Jun 11, 2006, at 3:54 AM, Juergen Donnerstag wrote: > a) you can not change the order. > b) Not sure I understood your component hierachy already and that is > probably because you are using markup inheritance and the idea of > bordered pages for the very same page? Not that it is forbidden but > people are usually using only either one with markup inheritance being > preferred as easier to understand/use. > > Juergen > > On 6/11/06, Michael Day <[EMAIL PROTECTED]> wrote: >> How can I change the ordering of header contributions? I have Border >>> ParentPage > ChildPage. The ParentPage has <head>, while Border >> and ChildPage have <wicket:head>. The problem is that the Border's >> header contributions show below the ChildPage contributions. I would >> expect the other way around since, in my case, ChildPage is the most >> specific page. I'm trying to include a stylesheet in ChildPage that >> overrides a previous stylesheet that was included in the Border. >> >> That was longwinded and hard to explain. Hopefully it made sense. >> >> Michael Day >> >> >> _______________________________________________ >> Wicket-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
