I am using Wicket 1.5.x with <wicket:head> tag. I tried rendering the child component (Wicket Panel) CSS / JS 1st then followed by the parent. It didn’t work. It always renders the parent (Wicket WebPage) JS 1st. I used -DWicket_HeaderRenderStrategy=org.apache.wicket.markup.renderStrategy.ChildFirstHeaderRenderStrategy or ParentFirstHeaderRenderStrategy and it rendered the same HTML output. Do these header renderers strategy works with <wicket:head> tag at all?
Thanks
Resolved, https://issues.apache.org/jira/browse/WICKET-4000