JavaScriptFilteredIntoFooterHeaderResponse breaks Javascript Order
------------------------------------------------------------------

                 Key: WICKET-4440
                 URL: https://issues.apache.org/jira/browse/WICKET-4440
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.5.3
            Reporter: Michael Frankerl


When using {{JavaScriptFilteredIntoFooterHeaderResponse}} the order of 
aggregated javascript/resources is broken. 
This causes the script error {{Uncaught ReferenceError: Wicket is not defined}} 
in the resulting page.
While scripts added with {{renderJavaScriptReference}} reside in the footer 
bucket, scripts added with {{renderJavaScript}} are in the {{<head>}}.
See {{AbstractDefaultAjaxBehavior.renderHead}}.


--
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