afair add() method is not final, so you can overwrite it on panel A and forward all calls to the border's body container.
-igor On Wed, Nov 2, 2011 at 12:22 PM, bjolletz <[email protected]> wrote: > If panel A was the only place where the border was used, that would surely be > true. But I also use the border in other components where I want the same > appearance but dont want to extend from panel A. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Borders-and-inheritance-in-wicket-1-5-tp3965704p3981920.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
