You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/06/26 05:38:50 UTC

[jira] Closed: (WICKET-2915) Javascript ISSUE in IE with nested Forms & Multipart

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

Igor Vaynberg closed WICKET-2915.
---------------------------------

      Assignee: Igor Vaynberg
    Resolution: Cannot Reproduce

seems to work fine in IE8

> Javascript ISSUE in IE with nested Forms & Multipart
> ----------------------------------------------------
>
>                 Key: WICKET-2915
>                 URL: https://issues.apache.org/jira/browse/WICKET-2915
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.6
>            Reporter: Fridolin Jackstadt
>            Assignee: Igor Vaynberg
>            Priority: Minor
>
> Google recommends to check for undefined in the following way to avoid the problem (http://code.google.com/p/doctype/wiki/ArticleUndefined)
> this code solves the issue:
> protected void registerJavascriptNamespaces(IHeaderResponse response) {
>         response.renderJavascript("if (typeof Wicket=='undefined') { Wicket={}; } if (typeof Wicket.Forms=='undefined') { Wicket.Forms={}; }",
>                                   Form.class.getName());
>       }

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