Re: [Wicket-user] Mark up inheritance question

2006-07-14 Thread Eelco Hillenius
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

[Wicket-user] Mark up inheritance question

2006-07-11 Thread Jin Zhu
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