Parent / Child HeaderRenderStrategy does not work with <wicket:head> tag
------------------------------------------------------------------------

                 Key: WICKET-4235
                 URL: https://issues.apache.org/jira/browse/WICKET-4235
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.5.3
         Environment: Windows 7, JDK 1.6.x
            Reporter: TH Lim
            Priority: Minor


I was using <wicket:head> to render 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. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to