> It is not possible in wicket... > You can have at most one wicket:child tag per page... > This is because Java does not support multiple inheritance... > This question has been posted on the mailing list earlier. Give a search > to find out more about this subject.
I don't believe that this is an issue that requires a multiple inheritance. I see individual <wicket:child> sections as more like abstract/(virtual) methods whose implementation is not provided in the base class but it is provided in a derived class. Now Java supports multiple abstract methods in a class without a problem. All that is needed is a way to name the individual <wicket:child> sections so that wicket knows which bits in the derived markup are providing the implementations via <wicket:extend> (which could refer to the child section they are 'overriding'. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user