Hello Alex, i´m using inheritance. See the cod. html of class extend Panel:
<?xml version="1.0" encoding="UTF-8"?> <html xmlns:wicket="http://www.w3.org/1999/XSL/Transform"> <head> </head> <body> <wicket:panel> <div wicket:id="wmc"><wicket:child> AQUI VA EL CHILD</wicket:child></div> <div wicket:id="detailSearch"></div> </wicket:panel> </body> </html> -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/error-in-heritance-tp3055355p3055406.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]
