Author: chris.laprun(a)jboss.com
Date: 2009-05-16 16:49:29 -0400 (Sat, 16 May 2009)
New Revision: 13382
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles/editRole.xhtml
Log:
- JBPORTAL-2390: Forgot to add required on display name, doh!
Modified:
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles/editRole.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles/editRole.xhtml 2009-05-16
19:32:18 UTC (rev 13381)
+++
branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/roles/editRole.xhtml 2009-05-16
20:49:29 UTC (rev 13382)
@@ -31,7 +31,7 @@
fatalClass="portlet-msg-error"
warnClass="portlet-msg-alert"/>
<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ROLE_DISPLAY}"/>
- <h:inputText id="display-name"
value="#{editrolemgr.uiRole.displayName}"/>
+ <h:inputText id="display-name"
value="#{editrolemgr.uiRole.displayName}" required="true"/>
<h:message for="display-name" infoClass="portlet-msg-success"
errorClass="portlet-msg-error"
fatalClass="portlet-msg-error"
warnClass="portlet-msg-alert"/>
</h:panelGrid>
Show replies by date