Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P03
-
Component/s: ACE-Components, Sample Apps
-
Labels:None
-
Environment:P03 tag rev. 41762 / Jenkins P03 Build# 4
Server: JBoss EAP 6.3.0
Browsers: all
-
Assignee Priority:P1
Description
showcase > ace:fileEntry:
Overview, Validation: files cannot be uploaded and a validation messages is displayed when submitting a valid file for upload: "The file is required to submit this form" (Overview demo), or "You must select a file to upload" (Validation demo) (all browsers).
The web.xml was configured for servlet 3.0 and the multipart-config tag was enabled.
Overview, Validation: files cannot be uploaded and a validation messages is displayed when submitting a valid file for upload: "The file is required to submit this form" (Overview demo), or "You must select a file to upload" (Validation demo) (all browsers).
The web.xml was configured for servlet 3.0 and the multipart-config tag was enabled.
JBoss EAP 6.3.0 comes with Mojarra 2.1.28 bundled already, and the file upload works well with it. Is there a particular reason why we need to define a separate Mojarra version in EAP?