You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Joe Toth <jo...@gmail.com> on 2007/08/14 06:17:33 UTC

Extend Border

Is it possible to extend an extended Border?

In my class TemplateBorder extends Border, I need to have both
<wicket:child /> and <wicket:body /> in order for Wicket to be able to
render AccountTemplateBorder, which extends TemplateBorder.

But, then the child is rendered either before or after the border body.
I need the child to be rendered inside the border body.

Is this possible?

Thanks!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org