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 2009/02/10 18:09:06 UTC

[jira] Resolved: (WICKET-2096) MultiFileUploadField.js can't find file input when serving pages as XHTML

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

Igor Vaynberg resolved WICKET-2096.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC3
                   1.3.6
         Assignee: Igor Vaynberg

> MultiFileUploadField.js can't find file input when serving pages as XHTML
> -------------------------------------------------------------------------
>
>                 Key: WICKET-2096
>                 URL: https://issues.apache.org/jira/browse/WICKET-2096
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.5
>         Environment: at least Mozilla Firefox
>            Reporter: Sergey Podatelev
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.3.6, 1.4-RC3
>
>         Attachments: MultiFileUploadField.js
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> When Wicket-based application serves web pages as XHTML (with the 'Content-type:application/xhtml+xml' header), upload procedure using MultiFileUploadField.js won't work as it can't find file input even though it's properly added.
> This happens because @line 65 of MultiFileUploadField.js input tag name is expected to be 'input' (capitalized), which in XHTML is actually 'input' (lowercase).

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