[
https://issues.apache.org/jira/browse/WICKET-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806793#action_12806793
]
Juergen Donnerstag commented on WICKET-2693:
--------------------------------------------
I've designed a pluggable header render strategy. The default implementation is
parent first, which is what we have today and I implemented a child first one.
They are configurable via IApplicationSettings. I've also added a test case to
validate the generated output. I built it on 1.5 but as far as I can tell, it
does not change any existing API and thus could be applied to 1.4 as well.
> improve css/js contributions
> ----------------------------
>
> Key: WICKET-2693
> URL: https://issues.apache.org/jira/browse/WICKET-2693
> Project: Wicket
> Issue Type: Improvement
> Reporter: Igor Vaynberg
> Assignee: Igor Vaynberg
> Fix For: 1.5-M1
>
>
> currently the order of css contributions is
> page (1st)->container(2nd)->component(3rd)
> we should inverse this order and allow deepest nested components to
> contribute first, this way an outer container's contributions will appear
> below allowing the container to override the css/javascript
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.