Author: bdaw
Date: 2008-10-20 03:52:13 -0400 (Mon, 20 Oct 2008)
New Revision: 12090
Modified:
branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/createRole.xhtml
Log:
sync from 2.7 branch (forgotten commit?)
Modified:
branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/createRole.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/createRole.xhtml 2008-10-20
02:26:24 UTC (rev 12089)
+++
branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/createRole.xhtml 2008-10-20
07:52:13 UTC (rev 12090)
@@ -29,8 +29,10 @@
<h:message for="rolename" infoClass="portlet-msg-success"
errorClass="portlet-msg-error" fatalClass="portlet-msg-error"
warnClass="portlet-msg-alert"/>
<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ROLE_DISPLAY}"/>
- <h:inputText id="roledisplayname"
value="#{createrolemgr.uiRole.displayName}"/>
- </h:panelGrid>
+ <h:inputText id="roledisplayname"
value="#{createrolemgr.uiRole.displayName}" required="true"/>
+ <h:message for="roledisplayname"
infoClass="portlet-msg-success" errorClass="portlet-msg-error"
fatalClass="portlet-msg-error" warnClass="portlet-msg-alert"/>
+
+ </h:panelGrid>
<hr/>
<p style="text-align: right;">
<h:commandButton id="submit"
value="#{bundle.IDENTITY_BUTTON_SUBMIT}"
action="#{createrolemgr.createRole}"
styleClass="portlet-form-button"/>