Re: Header contribution ordering

2015-04-09 Thread Nick Pratt
Thanks Martin, ill check that out. Is it possible to have a FilteredHeaderContainer in the head section of our base page so that we can have all the regular Wicket includes (JS and CSS) added, and then a special bucket for our global css? I keep running in to: there was an error processing the

Re: Header contribution ordering

2015-04-09 Thread Martin Grigorov
Hi, On Thu, Apr 9, 2015 at 9:23 PM, Nick Pratt nbpr...@gmail.com wrote: Based on the wicket guide, since 1.5 the header contributions of children should occur before that of the Page they are contained in so that the Page can override any component contributions. Is this still valid?

Re: Header contribution ordering

2015-04-09 Thread Martin Grigorov
Filtering can be used only in the body. The idea is that any non-filtered Js/CSS resource will go in the head anyway. Martin Grigorov Freelancer, available for hire! Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Apr 9, 2015 at 11:24 PM, Nick Pratt nbpr...@gmail.com wrote: