-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-3.0.1-legacy-ga2, liferay-faces-3.0.1-ga2, liferay-faces-3.1.1-ga2
-
Fix Version/s: liferay-faces-3.0.2-legacy-ga3, liferay-faces-3.0.2-ga3, liferay-faces-3.1.2-ga3
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
After the upgrade to ICEfaces 3.2 in FACES-1488 the icefaces3-portlet demo started to have test failures. Specifically, tabbing out of a field would clear values from other fields. It turns out that there is an invalid icecore:singleSubmit tag present in the applicant.xhtml Facelet view. According to the Single Submit documentation, the icecore:singleSubmit tag should only be used in a view with standard h: components or legacy/compat ice: components. Since the icefaces3-portlet uses ace:components, it should be removed. The presence of icecore:singleSubmit is what is causing this bug.