-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-2.1.0-ga1, liferay-faces-2.1.1-ga2, liferay-faces-2.1.2-ga3, liferay-faces-2.1.3-ga4, liferay-faces-2.1.4-ga5, liferay-faces-2.2.4-ga5, liferay-faces-3.0.0-legacy-ga1, liferay-faces-3.0.1-legacy-ga2, liferay-faces-3.0.2-legacy-ga3, liferay-faces-3.0.3-legacy-ga4, liferay-faces-3.0.4-legacy-ga5, liferay-faces-3.0.0-ga1, liferay-faces-3.0.1-ga2, liferay-faces-3.0.2-ga3, liferay-faces-3.0.3-ga4, liferay-faces-3.0.4-ga5, liferay-faces-3.1.0-ga1, liferay-faces-3.1.1-ga2, liferay-faces-3.1.2-ga3, liferay-faces-3.1.3-ga4, liferay-faces-3.1.4-ga5, liferay-faces-3.2.4-ga5, liferay-faces-4.2.5-ga6
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
{markdown}
Steps to reproduce:
1. Add the following to a test `.xhtml`:
<h:inputText id="test" required="true" />
<h:message for="test" styleClass="test" />
2. Submit the form with the above code in it.
3. Observe the rendered html.
If the messages `class` does not contain "`test`", the bug still exists.{markdown}
Steps to reproduce:
1. Add the following to a test `.xhtml`:
<h:inputText id="test" required="true" />
<h:message for="test" styleClass="test" />
2. Submit the form with the above code in it.
3. Observe the rendered html.
If the messages `class` does not contain "`test`", the bug still exists.{markdown}