Hi,

1) You can use FilteredHeaderItem to group the site-wide CSS in the
beginning of the body, for example.
2) You can use PriorityHeaderItem to put component ones at the top
3) You can use custom header item comparator to re-order them on your
custom criteria

See http://wicketinaction.com/2012/07/wicket-6-resource-management/ for
explanation of all of those approaches.


On Wed, Oct 23, 2013 at 6:34 PM, Nick Pratt <nbpr...@gmail.com> wrote:

> Is there a quick/simple way to ensure that our site-wide CSS is included
> last (as included in our BasePage.html <head> section), after all other
> Components have contributed their CSS files?
>
> N
>

Reply via email to