Le 26/07/2012 20:54, Martin Grigorov a écrit : >> Another question : can you confirm me there are no equivalent in Wicket >> 1.5 for the Wicket 6 CssContentHeaderItem > > https://github.com/apache/wicket/blob/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/markup/html/internal/HeaderResponse.java#L59
Thanks Martin, I shouldn't have missed that :/ It's a correct workaround for my specific problem with a hierarchy of 3 pages ! When serving the css in page B and C with IHeaderResponse#renderCSS() they are correctly inserted after the main css that is added in renderhead() method in page A. Plus B and C are inserted in the correct order. When serving the static css of page B and C with render:head as it used to be, they are served in the correct order (B then C) but before the page A main CSS. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
