put fragment tags inside wicket:extend -igor
On Fri, May 2, 2008 at 3:06 PM, Ritz123 <[EMAIL PROTECTED]> wrote: > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
