You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sergey Podatelev (JIRA)" <ji...@apache.org> on 2009/02/10 15:19:07 UTC

[jira] Updated: (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 ]

Sergey Podatelev updated WICKET-2096:
-------------------------------------

    Attachment: MultiFileUploadField.js

Proposed version of corrected MultiFileUploadField.js

> 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
>            Priority: Minor
>         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.