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