set the border as transparent, override istransparentresolver() { return
true; } then you can add directly to the page even though in markup it is
inside the border.-igor On 8/12/07, Joe Toth <[EMAIL PROTECTED]> wrote: > > I have a couple of WebPages that I reused for different applications, > but they need to have different Borders for each application. > > Using 1.3 - Currently I create an abstract WebPage that all my pages > extend, plus I create a Border for these commonly shared pages. > > So, I have to maintain the same 'template' in 2 places because add() is > now a final method. > > The only solution I came up with to combine the Border and the WebPage > template is to go back into all the pages that extend the template and > create an "borderAdd()" method and use that instead of the default > add(). > > > Any thoughts? Suggestions? > > > Thanks > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
