Description
when markup uses w-head contribution for static scripts
<wicket:head>
<script type="text/javascript" src="http://link.from.markup/h.js" ></script>
</wicket:head>
and then component adds something dynamically in renderHead
@Override
public void renderHead(IHeaderResponse response)
the dynamic link comes first and therefore does not work, repro case attached
Expected: that programmatic contributions use after ones from markup
Attachments
Attachments
Issue Links
- relates to
-
WICKET-4000 Header contributions order is not stable
-
- Resolved
-