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


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.

Reply via email to