-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: bridge-impl-6.0.0
-
Fix Version/s: bridge-impl-2.1.0, bridge-impl-3.1.0, bridge-impl-4.1.0, bridge-impl-5.0.0, bridge-impl-6.0.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
There is a JSF 2.3 incompatibility with rich:inputFile because it does not prepend the portlet namespace to request parameters.
Steps to Reproduce:
1. Deploy the richfaces-applicant-portlet to Pluto 3.0
2. Add the portlet to a Pluto portal page named "richfaces-applicant"
3. Visit the Pluto portal page:
http://localhost:8080/pluto/portal/richfaces-applicant
4. Try to upload a file
Expected Results
The file uploads correctly and appears in the list of uploaded files.
Actual Results
The file does not upload and a "server error" is reported near the file upload component in the portal page.