[ 
https://issues.apache.org/jira/browse/WICKET-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Vaynberg reassigned WICKET-1746:
-------------------------------------

    Assignee: Matej Knopp

> gecko: ajax javascript reference rendering problem
> --------------------------------------------------
>
>                 Key: WICKET-1746
>                 URL: https://issues.apache.org/jira/browse/WICKET-1746
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4-M2
>            Reporter: Jan Loose
>            Assignee: Matej Knopp
>
> Hi,
> i tried render the javascript as:
> public void renderHead(IHeaderResponse response) {
>   response.renderJavascriptReference(contextPath + "js/test.js");
> }
> The test.js is in webapp/js/test.js (out of classpath). All works greatly in 
> Opera but in FF (gecko) is there a problem in wicket-ajax.js (the code is 
> form trunk version): 
> 836: if (Wicket.Browser.isGecko()) {
> 837:     var href = document.location.href;
> 838:     var lastIndexOf = href.lastIndexOf('/');
> 839:         if (lastIndexOf > 0)
> 840:         {
> 841:                 url = href.substring(0,lastIndexOf+1) + url;
> 842:        }
> 843:}
> Why is there this fix/workaround? This works only for relative path but for 
> absolute is this code broken.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to