-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
This task involves examining the applicant.xhtml source of each Job Applicant portlet demo (in all branches of Liferay Faces) and making sure that the value if the id attribute is consistent.
For example, in the primefaces5-portlet in the master branch has the following:
<h:form id="f2" enctype="multipart/form-data" prependId="false">
But the same file in the 4.1.x branch has a different value:
<h:form id="f1" enctype="multipart/form-data" prependId="false">