> > > > > > > > All of a sudden, the children's <head> contents are being dumped > > > > into the parent page. I don't mean, <wicket:head> -- I mean <head> > > > > > > > > Is this normal? When was this change made? > > > >
I guess with the re-written markup inheritance some weeks ago On 8/31/05, Phil Kulak <[EMAIL PROTECTED]> wrote: > I've gotten used to it and kinda like it. :D If this is a bug, can I > do this when it's fixed: > > <body> > <head> > <wicket:head> > <script...> > </wicket:head> > </head> > <body> > <wicket:extend> > Blah blah... > </wicket:extend> > </body> > </html> > ยด > On 8/31/05, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > I noticed this too. I think it is a bug. > > I'll fix it. note: If I change it, than there will be some confusion about Pages and which is the "leading" markup. Some users will say the child markup and others the parent markup, with the "leading" one the one which defines the <head> which gets written to output (like with page markup without inhertance) Juergen ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
