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]

Reply via email to