Author: thomas.heute(a)jboss.com
Date: 2009-07-22 06:53:42 -0400 (Wed, 22 Jul 2009)
New Revision: 13582
Modified:
branches/Enterprise_Portal_Platform_4_3/core-identity/src/resources/portal-identity-war/jsf/common/userInfo.xhtml
Log:
JBEPP-89: a validation error message won't be highlighted In "Edit Profile"
form
Modified:
branches/Enterprise_Portal_Platform_4_3/core-identity/src/resources/portal-identity-war/jsf/common/userInfo.xhtml
===================================================================
---
branches/Enterprise_Portal_Platform_4_3/core-identity/src/resources/portal-identity-war/jsf/common/userInfo.xhtml 2009-07-22
09:37:08 UTC (rev 13581)
+++
branches/Enterprise_Portal_Platform_4_3/core-identity/src/resources/portal-identity-war/jsf/common/userInfo.xhtml 2009-07-22
10:53:42 UTC (rev 13582)
@@ -42,7 +42,7 @@
<h:inputText id="#{metadataservice.email.name}"
value="#{manager.uiUser.attribute.email}"
required="#{metadataservice.email.required}">
<f:validator validatorId="#{metadataservice.email.validator}"
infoClass="portlet-msg-success" errorClass="portlet-msg-error"
fatalClass="portlet-msg-error" warnClass="portlet-msg-alert"/>
</h:inputText>
- <h:message for="#{metadataservice.email.name}"/>
+ <h:message for="#{metadataservice.email.name}"
infoClass="portlet-msg-success" errorClass="portlet-msg-error"
fatalClass="portlet-msg-error" warnClass="portlet-msg-alert"/>
<c:choose>
<c:when test="#{portletPreferenceValue.resetPassword == true}">
Show replies by date