Did you try using the markup inheritance facility of Wicket?
http://www.wicket-wiki.org.uk/wiki/index.php/Markup_inheritance
Eelco
On 7/11/06, Jin Zhu <[EMAIL PROTECTED]> wrote:
>
>
>
> Hi,
>
> I have a child class B inheriting from a modal window with certain
> functionality A. With the excepti
Title: Mark up inheritance question
Hi,
I have a child class B inheriting from a modal window with certain functionality A. With the exception of a few additional components in the child class B, the functionality of class A and B are similar. Is there a way to do this using mark up inherit