Hi, Is it possible to have <wicket:fragment> in the extended page like the following?
I get Markup not found exception. But when I move <wicket:fragment> to basepage, it finds it correctly!! BasePage.html ... <wicket:child/> .. ExtendedPage.html <html> <body> <wicket:extend> ... </wicket:extend> <wicket:fragment> .... </wicket:fragment> </body> </html> -- View this message in context: http://www.nabble.com/Fragment-markup-in-extended-page-possible--tp17028654p17028654.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
