[portal-commits] JBoss Portal SVN: r11931 - in branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf: admin and 6 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Sep 18 14:22:09 EDT 2008


Author: prabhat.jha at jboss.com
Date: 2008-09-18 14:22:08 -0400 (Thu, 18 Sep 2008)
New Revision: 11931

Modified:
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/assignRoles.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/editProfile.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/index.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles.xhtml
   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/deleteRole.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/editRole.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleMembers.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleTemplate.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/changePassword.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/confirmPendingAction.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/createUser.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/deleteUser.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/pendingUsers.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/registerConfirm.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/registerRoles.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/resetPassword.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/searchUsers.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/userTemplate.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/confirm.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/profile.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/register.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/userInfo.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lost.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lostTemplate.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/changeEmail.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/changePassword.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/editProfileTemplate.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/viewProfileTemplate.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/overview.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/registerTemplate.xhtml
   branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/startTemplate.xhtml
Log:
[JBPORTAL-2101] adding ids to identity admin ui

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/assignRoles.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/assignRoles.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/assignRoles.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -24,13 +24,13 @@
 
 <ui:define name="content">
 	<h3><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ASSIGN_ROLES}" /></h3>
-	<h:form>
+	<h:form id="assign-roles-form">
 		<h:selectManyCheckbox id="roles" value="#{assignrolemgr.roles}">
 			<f:selectItems value="#{identityrolemgr.roleSelectItems}" />
 		</h:selectManyCheckbox>
 		<hr/>
 	<p style="text-align: right;">
-		<h:commandButton value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{assignrolemgr.updateRoles}" styleClass="portlet-form-button"/>
+		<h:commandButton id="submit" value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{assignrolemgr.updateRoles}" styleClass="portlet-form-button"/>
 		<h:commandButton id="cancel" action="searchUsers" value="#{bundle.IDENTITY_BUTTON_CANCEL}" immediate="true" styleClass="portlet-form-button"/>
 	</p>	
 	</h:form>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/editProfile.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/editProfile.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/editProfile.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-managment-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="pathItem">

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/index.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/index.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/index.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -17,16 +17,16 @@
    <h3><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" /></h3>
    <h:messages id="status" for="status" infoClass="portlet-msg-success" errorClass="portlet-msg-error"
               fatalClass="portlet-msg-error" warnClass="portlet-msg-alert"/>
-   <h:form>
+   <h:form id="user-form">
    <h:panelGrid>
-         <h:commandLink value="#{bundle.IDENTITY_MANAGEMENT_SEARCH_USER}" action="searchUsers"
+         <h:commandLink id="search-user-link" value="#{bundle.IDENTITY_MANAGEMENT_SEARCH_USER}" action="searchUsers"
                   styleClass="actionDetails"/>
 
       <c:if test="#{useradministrationbean.pendingCount > 0}">
-         <h:commandLink value="Show pending registrations" action="showPendingUsers" styleClass="actionPreferences"/>
+         <h:commandLink id="pending-users-link" value="Show pending registrations" action="showPendingUsers" styleClass="actionPreferences"/>
       </c:if>
 
-      <h:commandLink value="#{bundle.IDENTITY_MANAGEMENT_CREATE_USER}" action="createUser" styleClass="actionCreateInstance"/>
+      <h:commandLink id="create-user-link" value="#{bundle.IDENTITY_MANAGEMENT_CREATE_USER}" action="createUser" styleClass="actionCreateInstance"/>
    </h:panelGrid>
    </h:form>
    <br/>

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-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/createRole.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="roleAdmin" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}" />
+		<h:commandLink id="role-mgm-link" action="roleAdmin" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="selected">
@@ -20,7 +20,7 @@
 
 <ui:define name="content">
 <h3><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_CREATE_ROLE}"/></h3>
-<h:form>
+<h:form id="create-role-form"> 
 	<h:panelGrid columns="3">
 	<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ROLE}"/>
 	<h:inputText id="rolename" value="#{createrolemgr.uiRole.name}" required="true">
@@ -33,7 +33,7 @@
 	</h:panelGrid>
 	<hr/>
 	<p style="text-align: right;">
-		<h:commandButton value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{createrolemgr.createRole}" styleClass="portlet-form-button"/>
+		<h:commandButton id="submit" value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{createrolemgr.createRole}" styleClass="portlet-form-button"/>
 		<h:commandButton id="cancel" action="roleAdmin" value="#{bundle.IDENTITY_BUTTON_CANCEL}" immediate="true" styleClass="portlet-form-button"/>
 	</p>
 </h:form>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/deleteRole.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/deleteRole.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/deleteRole.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -11,7 +11,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="roleAdmin" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}" />
+		<h:commandLink id="role-mgm-link" action="roleAdmin" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="pathItem">
@@ -34,11 +34,11 @@
             	#{bundle.IDENTITY_WARNING_CONFIRM_DELETE_ROLE} 
             	#{rolemanagementbean.uiRole.name}
             </p>
-	<h:form>
-		<h:commandButton value="#{bundle.IDENTITY_BUTTON_CANCEL}" action="roleAdmin"
+	<h:form id="delete-role-form" >
+		<h:commandButton id="cancel" value="#{bundle.IDENTITY_BUTTON_CANCEL}" action="roleAdmin"
 							styleClass="portlet-form-button portlet-section-buttonrow" />
 							
-		<h:commandButton value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{rolemanagementbean.confirmedDelete}"
+		<h:commandButton id="confirm" value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{rolemanagementbean.confirmedDelete}"
 							styleClass="portlet-form-button portlet-section-buttonrow" />
 	</h:form>
 </div>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/editRole.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/editRole.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/editRole.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="roleAdmin" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}" />
+		<h:commandLink id="role-mgm-link" action="roleAdmin" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="pathItem">
@@ -24,7 +24,7 @@
 
 <ui:define name="content">
 <h3><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_EDIT_ROLE}"/></h3>
-<h:form>
+<h:form id="edit-role-link">
 	<h:panelGrid columns="2">
 	<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ROLE}"/>
 	<h:outputText id="rolename" value="#{editrolemgr.uiRole.name}" />
@@ -34,7 +34,7 @@
 	</h:panelGrid>
 	<hr/>
  <p style="text-align: right;">
-	<h:commandButton value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{editrolemgr.updateRole}" styleClass="portlet-form-button"/>
+	<h:commandButton id="submit" value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{editrolemgr.updateRole}" styleClass="portlet-form-button"/>
 	<h:commandButton id="cancel" action="roleAdmin" value="#{bundle.IDENTITY_BUTTON_CANCEL}" immediate="true" styleClass="portlet-form-button"/>
  </p>
 </h:form>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleMembers.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleMembers.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleMembers.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="roleAdmin" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}" />
+		<h:commandLink id="role-admin-link" action="roleAdmin" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="pathItem">
@@ -24,8 +24,8 @@
 
 <ui:define name="content">
 <h3><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MEMBERS}"/></h3>
-<h:form>
-	<h:dataTable value="#{rolemanagementbean.roleMembers}" var="uiUser" rows="#{rolemanagementbean.limit}" rendered="#{rolemanagementbean.roleMembers.rowCount > 0}" rowClasses="portlet-section-body,portlet-section-alternate" headerClass="portlet-section-header" styleClass="datatable" width="100%">
+<h:form id="role-members-form">
+	<h:dataTable id="role-data-table" value="#{rolemanagementbean.roleMembers}" var="uiUser" rows="#{rolemanagementbean.limit}" rendered="#{rolemanagementbean.roleMembers.rowCount > 0}" rowClasses="portlet-section-body,portlet-section-alternate" headerClass="portlet-section-header" styleClass="datatable" width="100%">
 		<h:column>
 			<f:facet name="header">
 				<h:outputText value="#{bundle.IDENTITY_USERNAME}"/>
@@ -62,11 +62,11 @@
 		<f:facet name="header">
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION}"/>
 		</f:facet>
-		<h:commandLink action="#{editprofilemgr.adminEditProfile}" styleClass="actionRename">
+		<h:commandLink id="rename-link" action="#{editprofilemgr.adminEditProfile}" styleClass="actionRename">
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION_EDIT_PROFILE}"/>
 			<f:param name="currentUser" value="#{uiUser.UTF8Username}"/>
 		</h:commandLink> | 
-		<h:commandLink action="#{assignrolemgr.assignRoles}" styleClass="actionPreferences">
+		<h:commandLink id="assign-role-link" action="#{assignrolemgr.assignRoles}" styleClass="actionPreferences">
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION_ROLES}"/>
 			<f:param name="currentUser" value="#{uiUser.UTF8Username}"/>
 	    </h:commandLink>
@@ -74,16 +74,16 @@
 	</h:dataTable>
 </h:form>
 <p style="text-align: center;">
-	<h:commandButton value=" &#60; " action="#{rolemanagementbean.prevPage}" rendered="#{rolemanagementbean.page > 1}" styleClass="portlet-form-button"/> 
-	<h:commandButton value=" &#62; " action="#{rolemanagementbean.nextPage}" rendered="#{rolemanagementbean.roleMembers.rowCount > rolemanagementbean.limit}" styleClass="portlet-form-button"/>
+	<h:commandButton id="prev-page" value=" &#60; " action="#{rolemanagementbean.prevPage}" rendered="#{rolemanagementbean.page > 1}" styleClass="portlet-form-button"/> 
+	<h:commandButton id="next-page" value=" &#62; " action="#{rolemanagementbean.nextPage}" rendered="#{rolemanagementbean.roleMembers.rowCount > rolemanagementbean.limit}" styleClass="portlet-form-button"/>
 </p>
 <br/>
 <hr/>
-<h:form>
+<h:form id="search-user-form">
 	<h4><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_SEARCH_USER}"/></h4>
 	<h:panelGrid columns="3">
 		<h:inputText id="searchString" value="#{rolemanagementbean.userNameFilter}" />
-		<h:commandButton value="Search" action="#{rolemanagementbean.viewRoleMembers}" styleClass="portlet-form-button" />
+		<h:commandButton id="search" value="Search" action="#{rolemanagementbean.viewRoleMembers}" styleClass="portlet-form-button" />
 		<h:selectOneMenu id="limit" value="#{rolemanagementbean.limit}">
 			<f:selectItem id="limit1" itemValue="10"/>
 			<f:selectItem id="limit2" itemValue="20"/>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleTemplate.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleTemplate.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles/roleTemplate.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -9,10 +9,10 @@
 	<f:loadBundle var="bundle" basename="conf.bundles.Identity" />
 <c:choose>
 	<c:when test="#{configurationbean.validConfiguration}">	
-	<h:form>
+	<h:form id="role-temp-form">
       <ul class="topnav">
 		<li>
-            <h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}"/>
+            <h:commandLink id="manage-users" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}"/>
          </li>
          <li id="currentTab"><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}"/></li>
       </ul>
@@ -21,7 +21,7 @@
 <ui:decorate template="/WEB-INF/jsf/common/tabContainer.xhtml">
 
 	<ui:define name="tab-object-path"><!-- Title -->
-	<h:form>
+	<h:form id="role-temp-form1">
 	<ul class="objectpath">
 		<ui:insert name="title">Title</ui:insert>
 	</ul>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/roles.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -19,7 +19,7 @@
               fatalClass="portlet-msg-error" warnClass="portlet-msg-alert"/>
     <br/>
              
-<h:form>
+<h:form id="roles-form">
 	<h:dataTable id="userlist" value="#{rolemanagementbean.roleList}" var="role" rowClasses="portlet-section-body,portlet-section-alternate" headerClass="portlet-section-header" styleClass="datatable" width="100%">
 	<h:column>
 		<f:facet name="header">
@@ -37,15 +37,15 @@
 		<f:facet name="header">
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION}"/>
 		</f:facet>
-		<h:commandLink action="#{editrolemgr.editRole}">
+		<h:commandLink id="edit-role-link" action="#{editrolemgr.editRole}">
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_EDIT_ROLE}" styleClass="actionRename"/>
 			<f:param name="currentRole" value="#{role.UTF8RoleName}"/>
 		</h:commandLink>
-		| <h:commandLink action="#{rolemanagementbean.viewRoleMembers}" styleClass="actionPreferences">
+		| <h:commandLink id="view-role-link" action="#{rolemanagementbean.viewRoleMembers}" styleClass="actionPreferences">
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MEMBERS}"/>
 			<f:param name="currentRole" value="#{role.UTF8RoleName}"/>
 		  </h:commandLink>
-		| <h:commandLink action="#{rolemanagementbean.deleteRole}" styleClass="actionDelete">
+		| <h:commandLink id="delete-role-link" action="#{rolemanagementbean.deleteRole}" styleClass="actionDelete">
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION_DELETE}"/>
 			<f:param name="currentRole" value="#{role.UTF8RoleName}"/>
 		  </h:commandLink> 
@@ -54,8 +54,9 @@
 	</h:form>
 	
 	<hr/>
-	<h:form>
-		<p style="text-align: right; padding-right: 5px;"><h:commandLink value="#{bundle.IDENTITY_MANAGEMENT_CREATE_ROLE}" action="createRole" styleClass="actionCreateInstance"/></p>
+	<h:form id="create-role-form">
+		<p style="text-align: right; padding-right: 5px;">
+		<h:commandLink id="create-role-link" value="#{bundle.IDENTITY_MANAGEMENT_CREATE_ROLE}" action="createRole" styleClass="actionCreateInstance"/></p>
 	</h:form>
 </ui:define>
 </ui:composition>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/changePassword.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/changePassword.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/changePassword.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -11,7 +11,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-mgm-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="pathItem">
@@ -24,7 +24,7 @@
 </ui:define>
 <ui:define name="content">
 	<h3><h:outputText value="#{bundle.IDENTITY_EDIT_CHANGE_PASSWORD}" /></h3>
-	<h:form>
+	<h:form id="change-pwd-form">
 	<h:panelGrid columns="3" cellpadding="3">
 
   		<h:outputText value="#{bundle.IDENTITY_USERNAME}"/>
@@ -46,7 +46,7 @@
   		
 		<hr/>
 	<p style="text-align: right;">
-		<h:commandButton value="Submit" action="#{editprofilemgr.changePassword}" styleClass="portlet-form-button"/>
+		<h:commandButton value="submit" action="#{editprofilemgr.changePassword}" styleClass="portlet-form-button"/>
 		<h:commandButton id="cancel" action="searchUsers" value="#{bundle.IDENTITY_BUTTON_CANCEL}" immediate="true" styleClass="portlet-form-button"/>
 	</p>
 </h:form>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/confirmPendingAction.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/confirmPendingAction.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/confirmPendingAction.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -11,11 +11,11 @@
 <ui:define name="title">
 
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-mgm-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="pathItem">
-		<h:commandLink action="revise" value="#{bundle.IDENTITY_MANAGEMENT_PENDING_REGISTRATIONS}" /> 
+		<h:commandLink id="revise-link" action="revise" value="#{bundle.IDENTITY_MANAGEMENT_PENDING_REGISTRATIONS}" /> 
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="selected">
@@ -28,8 +28,8 @@
 	<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_APPROVE_ALL}" rendered="#{useradministrationbean.pendingUserAction == 'approve'}" />
 	<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_REJECT_ALL}" rendered="#{useradministrationbean.pendingUserAction == 'reject'}" />
 </h3>
-<h:form>
-<h:dataTable value="#{useradministrationbean.pendingActionList}" var="user" rowClasses="portlet-section-body,portlet-section-alternate" headerClass="portlet-section-header" styleClass="datatable" width="100%">
+<h:form id="confirm-pending-action-form">
+<h:dataTable id="confirm-pending-datatable" value="#{useradministrationbean.pendingActionList}" var="user" rowClasses="portlet-section-body,portlet-section-alternate" headerClass="portlet-section-header" styleClass="datatable" width="100%">
 	<h:column>
 		<h:selectBooleanCheckbox value="#{user.selected}" disabled="true" />
 	</h:column>
@@ -62,9 +62,9 @@
 </h:dataTable>
 <br/>
 	<p style="text-align: right;">  
-		<h:commandButton value="#{bundle.IDENTITY_MANAGEMENT_APPROVE_ALL}" action="#{useradministrationbean.confirmPendingAction}" styleClass="portlet-form-button" rendered="#{useradministrationbean.pendingUserAction == 'approve'}" />
-		<h:commandButton value="#{bundle.IDENTITY_MANAGEMENT_REJECT_ALL}" action="#{useradministrationbean.confirmPendingAction}" styleClass="portlet-form-button" rendered="#{useradministrationbean.pendingUserAction == 'reject'}" />
-		<h:commandButton value="#{bundle.IDENTITY_BUTTON_CANCEL}" action="revise" styleClass="portlet-form-button"/>
+		<h:commandButton id="approve" value="#{bundle.IDENTITY_MANAGEMENT_APPROVE_ALL}" action="#{useradministrationbean.confirmPendingAction}" styleClass="portlet-form-button" rendered="#{useradministrationbean.pendingUserAction == 'approve'}" />
+		<h:commandButton id="reject"  value="#{bundle.IDENTITY_MANAGEMENT_REJECT_ALL}" action="#{useradministrationbean.confirmPendingAction}" styleClass="portlet-form-button" rendered="#{useradministrationbean.pendingUserAction == 'reject'}" />
+		<h:commandButton id="revise"  value="#{bundle.IDENTITY_BUTTON_CANCEL}" action="revise" styleClass="portlet-form-button"/>
 	</p> 
 </h:form>
 </ui:define>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/createUser.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/createUser.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/createUser.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-mgm-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="selected">

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/deleteUser.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/deleteUser.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/deleteUser.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -11,7 +11,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-mgm-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="pathItem">
@@ -35,10 +35,10 @@
             	#{useradministrationbean.uiUser.username}
             </p>
 	<h:form>
-		<h:commandButton value="#{bundle.IDENTITY_BUTTON_CANCEL}" action="searchUsers"
+		<h:commandButton id="cancel" value="#{bundle.IDENTITY_BUTTON_CANCEL}" action="searchUsers"
 							styleClass="portlet-form-button portlet-section-buttonrow" />
 							
-		<h:commandButton value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{useradministrationbean.confirmedDelete}"
+		<h:commandButton id="submit" value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{useradministrationbean.confirmedDelete}"
 							styleClass="portlet-form-button portlet-section-buttonrow" />
 	</h:form>
 </div>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/pendingUsers.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/pendingUsers.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/pendingUsers.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-adm-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="selected">
@@ -40,8 +40,8 @@
 </script>
 </f:verbatim>
 <h3><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_PENDING_REGISTRATIONS}" /></h3>
-<h:form id="pending">
-<h:dataTable value="#{useradministrationbean.pendingUsers}" var="user" rowClasses="portlet-section-body,portlet-section-alternate" headerClass="portlet-section-header" styleClass="datatable" width="100%">
+<h:form id="pending-form">
+<h:dataTable id="pending-user-datatable" value="#{useradministrationbean.pendingUsers}" var="user" rowClasses="portlet-section-body,portlet-section-alternate" headerClass="portlet-section-header" styleClass="datatable" width="100%">
 	<h:column>
 		<h:selectBooleanCheckbox id="selected" value="#{user.selected}" />
 	</h:column>
@@ -78,13 +78,13 @@
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION}"/>
 		</f:facet>
 		<h:outputText value="Pending" rendered="#{user.currentNode == 'validate_email'}"/>
-			<h:commandLink action="#{useradministrationbean.approveRegistration}" rendered="#{user.currentNode == 'admin_approval'}" styleClass="actionDefault">
+			<h:commandLink id="approve-reg-link" action="#{useradministrationbean.approveRegistration}" rendered="#{user.currentNode == 'admin_approval'}" styleClass="actionDefault">
 				<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_PENDING_APPROVE}"/>
 				<f:param name="processId" value="#{user.processId}" />
 				<f:param name="action" value="approve" />
 			</h:commandLink>
 			<h:outputText value=" | " rendered="#{user.currentNode == 'admin_approval'}" /> 
-			<h:commandLink action="#{useradministrationbean.approveRegistration}" rendered="#{user.currentNode == 'admin_approval'}" styleClass="actionDelete">
+			<h:commandLink id="reject-reg-link" action="#{useradministrationbean.approveRegistration}" rendered="#{user.currentNode == 'admin_approval'}" styleClass="actionDelete">
 				<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_PENDING_REJECT}"/>
 				<f:param name="processId" value="#{user.processId}" />
 				<f:param name="action" value="reject" />
@@ -99,9 +99,9 @@
 			<a href="#" onClick="unSelectAll()"><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_UNSELECT_ALL}" /></a>
 		</td>
 		<td style="text-align: right;">  
-			<h:commandButton value="#{bundle.IDENTITY_MANAGEMENT_APPROVE_ALL}" action="#{useradministrationbean.approveList}" styleClass="portlet-form-button"/>  
-			<h:commandButton value="#{bundle.IDENTITY_MANAGEMENT_REJECT_ALL}" action="#{useradministrationbean.rejectList}" styleClass="portlet-form-button"/>
-			<h:commandButton value="#{bundle.IDENTITY_BUTTON_CANCEL}" action="userAdmin" styleClass="portlet-form-button"/>
+			<h:commandButton id="approve" value="#{bundle.IDENTITY_MANAGEMENT_APPROVE_ALL}" action="#{useradministrationbean.approveList}" styleClass="portlet-form-button"/>  
+			<h:commandButton id="reject" value="#{bundle.IDENTITY_MANAGEMENT_REJECT_ALL}" action="#{useradministrationbean.rejectList}" styleClass="portlet-form-button"/>
+			<h:commandButton id="cancel" value="#{bundle.IDENTITY_BUTTON_CANCEL}" action="userAdmin" styleClass="portlet-form-button"/>
 		</td>
 	</tr>
 </table>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/registerConfirm.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/registerConfirm.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/registerConfirm.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -11,7 +11,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-adm-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="selected">

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/registerRoles.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/registerRoles.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/registerRoles.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-adm-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="pathItem">
@@ -25,13 +25,13 @@
 <ui:define name="content">
 <br/>
     <h3><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ASSIGN_ROLES}" /></h3>
-	<h:form>
+	<h:form id="register-role-form">
 		<h:selectManyCheckbox id="roles" value="#{userregistermgr.roles}">
 			<f:selectItems value="#{identityrolemgr.roleSelectItems}" />
 		</h:selectManyCheckbox>
 		<hr/>
 	<p style="text-align: right;">
-		<h:commandButton value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="register" styleClass="portlet-form-button"/>
+		<h:commandButton id="submit" value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="register" styleClass="portlet-form-button"/>
 		<h:commandButton id="cancel" action="#{userregistermgr.cancelRegistration}" value="#{bundle.IDENTITY_BUTTON_CANCEL}" immediate="true" styleClass="portlet-form-button"/>
 	</p>	
 	</h:form>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/resetPassword.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/resetPassword.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/resetPassword.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-adm-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="pathItem">
@@ -34,11 +34,11 @@
             <p class="portlet-msg-alert">
 				<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_RESET_PASSWORD_DESCRIPTION}" />
             </p>
-	<h:form>
+	<h:form id="reset-pwd-form">
 		<h:commandButton id="cancel" action="userAdmin" value="#{bundle.IDENTITY_BUTTON_CANCEL}" immediate="true"
 							styleClass="portlet-form-button portlet-section-buttonrow" />
 							
-		<h:commandButton action="#{lostpasswordmgr.doomed}" value="#{bundle.IDENTITY_BUTTON_SUBMIT}"
+		<h:commandButton id="submit" action="#{lostpasswordmgr.doomed}" value="#{bundle.IDENTITY_BUTTON_SUBMIT}"
 							styleClass="portlet-form-button portlet-section-buttonrow" />
 	</h:form>
 </div>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/searchUsers.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/searchUsers.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/searchUsers.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="user-adm-link" action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
 	</li>
 	<li class="pathSeparator"><h:graphicImage url="/img/pathSeparator.png" alt=">"/></li>
 	<li class="selected">
@@ -22,7 +22,7 @@
 	<h3><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_SEARCH_USER}"/></h3>
    <h:messages infoClass="portlet-msg-success" errorClass="portlet-msg-error"
               fatalClass="portlet-msg-error" warnClass="portlet-msg-alert"/>
-   <h:form>
+   <h:form id="search-user-form">
 	<h:panelGrid columns="4">
 		<h:inputText id="searchString" value="#{useradministrationbean.searchString}" />
 		<h:commandButton id ="search" value="#{bundle.IDENTITY_MANAGEMENT_SEARCH_USER}" action="#{useradministrationbean.searchUsers}" styleClass="portlet-form-button"/>
@@ -37,7 +37,7 @@
 	</h:panelGrid>
 	</h:form>
 	<br/>
-	<h:form>
+	<h:form id="search-user-form1">
 	<h:dataTable id="userlist" value="#{useradministrationbean.userList}" var="uiUser" rendered="#{useradministrationbean.userList.rowCount > 0}" rows="#{useradministrationbean.limit}" rowClasses="portlet-section-body,portlet-section-alternate" headerClass="portlet-section-header" styleClass="datatable" width="100%">
 	<h:column>
 		<f:facet name="header">
@@ -75,28 +75,28 @@
 		<f:facet name="header">
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION}"/>
 		</f:facet>
-		<h:commandLink action="#{editprofilemgr.adminEditProfile}" styleClass="actionRename">
+		<h:commandLink id="rename-link" action="#{editprofilemgr.adminEditProfile}" styleClass="actionRename">
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION_EDIT_PROFILE}"/>
 			<f:param name="currentUser" value="#{uiUser.UTF8Username}"/>
 		</h:commandLink> | 
-		<h:commandLink action="#{assignrolemgr.assignRoles}" styleClass="actionProperties">
+		<h:commandLink id="assign-role-link" action="#{assignrolemgr.assignRoles}" styleClass="actionProperties">
 			<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION_ROLES}"/>
 			<f:param name="currentUser" value="#{uiUser.UTF8Username}"/>
 	    </h:commandLink> | 
-		<h:commandLink action="#{useradministrationbean.enableUser}" styleClass="#{uiUser.attribute.enabled == true ? 'actionDefault' : 'actionMakeDefault'}">
+		<h:commandLink id="enable-user-link" action="#{useradministrationbean.enableUser}" styleClass="#{uiUser.attribute.enabled == true ? 'actionDefault' : 'actionMakeDefault'}">
 			<h:outputText value="#{uiUser.attribute.enabled == true ? bundle.IDENTITY_MANAGEMENT_DISABLE : bundle.IDENTITY_MANAGEMENT_ENABLE}" />
 			<f:param name="currentUser" value="#{uiUser.UTF8Username}"/>
 			<f:param name="enableAction" value="#{uiUser.attribute.enabled == true ? 'disable' : 'enable'}" />
 		</h:commandLink> | 
-	    <h:commandLink action="#{useradministrationbean.deleteUser}" styleClass="actionDelete">
+	    <h:commandLink id="delete-user-link" action="#{useradministrationbean.deleteUser}" styleClass="actionDelete">
 	    	<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_ACTION_DELETE}"/>
 	    	<f:param name="currentUser" value="#{uiUser.UTF8Username}"/>
 	    </h:commandLink>
 	</h:column>
 	</h:dataTable>
 	<p style="text-align: center;">
-	<h:commandButton value=" &#60; " action="#{useradministrationbean.prevPage}" rendered="#{useradministrationbean.page > 1}" styleClass="portlet-form-button"/>   
-	<h:commandButton value=" &#62; " action="#{useradministrationbean.nextPage}" rendered="#{useradministrationbean.userList.rowCount > useradministrationbean.limit}" styleClass="portlet-form-button"/>
+	<h:commandButton id="prev-page" value=" &#60; " action="#{useradministrationbean.prevPage}" rendered="#{useradministrationbean.page > 1}" styleClass="portlet-form-button"/>   
+	<h:commandButton id="next-page" value=" &#62; " action="#{useradministrationbean.nextPage}" rendered="#{useradministrationbean.userList.rowCount > useradministrationbean.limit}" styleClass="portlet-form-button"/>
 	</p>
 	</h:form>
 	<br/>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/userTemplate.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/userTemplate.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/admin/user/userTemplate.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -9,11 +9,11 @@
    <f:loadBundle var="bundle" basename="conf.bundles.Identity" />
 <c:choose>
    <c:when test="#{configurationbean.validConfiguration}">
-   <h:form>
+   <h:form id="user-temp-form">
       <ul class="topnav">
          <li id="currentTab"><h:outputText value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}"/></li>
          <li>
-            <h:commandLink action="roleAdmin" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}"/>
+            <h:commandLink id="role-mgm-link" action="roleAdmin" value="#{bundle.IDENTITY_MANAGEMENT_ROLE_MANAGEMENT}"/>
          </li>
       </ul>
    </h:form>
@@ -23,7 +23,7 @@
 
    <ui:define name="tab-object-path">
    <!-- Title -->
-   <h:form>
+   <h:form id="user-temp-form1">
    <ul class="objectpath">
       <ui:insert name="title"><li>Title</li></ui:insert>
    </ul>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/confirm.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/confirm.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/confirm.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -6,7 +6,7 @@
    xmlns:c="http://java.sun.com/jstl/core"
    class="identity-ui">
 
-<h:form>
+<h:form id="confirm-form">
 	<h:panelGrid columns="2">
 		<h:outputText value="#{bundle.IDENTITY_USERNAME}"/>
 		<h:outputText id="username" value="#{manager.uiUser.username}"/>
@@ -30,7 +30,7 @@
 	<h:messages />
 	<hr/>
 <p style="text-align: right;">
-	<h:commandButton value="#{bundle.IDENTITY_BUTTON_EDIT}" action="revise" styleClass="portlet-form-button"/>
+	<h:commandButton id="revise" value="#{bundle.IDENTITY_BUTTON_EDIT}" action="revise" styleClass="portlet-form-button"/>
 	<h:commandButton id="#{subscriptionMode}" value="#{bundle.IDENTITY_BUTTON_SUBMIT}" actionListener="#{manager.register}" action="registered" styleClass="portlet-form-button"/>
 	<h:commandButton id="cancel" action="#{manager.cancelRegistration}" value="#{bundle.IDENTITY_BUTTON_CANCEL}" immediate="true" styleClass="portlet-form-button"/>
 </p>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/profile.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/profile.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/profile.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -6,7 +6,7 @@
    xmlns:c="http://java.sun.com/jstl/core"
    class="identity-ui">
 
-<h:form>
+<h:form id="profile-form">
 
 	<ui:include src="/WEB-INF/jsf/common/userInfo.xhtml" />
 

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/register.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/register.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/register.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -6,7 +6,7 @@
    xmlns:c="http://java.sun.com/jstl/core"
    class="identity-ui">
 
-	<h:form>
+	<h:form id="register-form">
   	<h:panelGrid columns="2" cellpadding="3">
   	<h:outputText value="#{bundle.IDENTITY_USERNAME} *"/>
   	<h:inputText id="username" value="#{manager.uiUser.username}" required="true">

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/userInfo.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/userInfo.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/common/userInfo.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -48,7 +48,7 @@
 		  	<c:choose>
 		  	<c:when test="#{portletPreferenceValue.resetPassword == true}">
 			  	<h:outputText value="#{bundle.IDENTITY_PASSWORD}"/>
-				<h:commandLink action="#{lostpasswordmgr.adminResetPassword}">
+				<h:commandLink id="lost-pwd-link" action="#{lostpasswordmgr.adminResetPassword}">
 					<h:outputText value="#{bundle.IDENTITY_MANAGEMENT_RESET_PASSWORD}" />
 					<f:param name="currentUser" value="#{manager.uiUser.UTF8Username}" />
 				</h:commandLink> 
@@ -56,7 +56,7 @@
 			</c:when>
 			<c:otherwise>
 			  	<h:outputText value="#{bundle.IDENTITY_PASSWORD}"/>
-				<h:commandLink action="#{manager.adminChangePassword}">
+				<h:commandLink id="change-pwd-adm-link" action="#{manager.adminChangePassword}">
 					<h:outputText value="#{bundle.IDENTITY_EDIT_CHANGE_PASSWORD}" />
 					<f:param name="currentUser" value="#{manager.uiUser.UTF8Username}" />
 				</h:commandLink>
@@ -75,11 +75,11 @@
 			<h:panelGroup />
 			
 			<h:panelGroup />
-			<h:commandLink value="#{bundle.IDENTITY_EDIT_CHANGE_EMAIL}" action="changeEmail" />
+			<h:commandLink id="chnage-email-link" value="#{bundle.IDENTITY_EDIT_CHANGE_EMAIL}" action="changeEmail" />
 			<h:panelGroup />
 			
 		  	<h:outputText value="#{bundle.IDENTITY_PASSWORD}"/>
-			<h:commandLink action="changePassword">
+			<h:commandLink id="change-pwd-link" action="changePassword">
 				<h:outputText value="#{bundle.IDENTITY_EDIT_CHANGE_PASSWORD}" />
 				<f:param name="currentUser" value="#{manager.uiUser.UTF8Username}" />
 			</h:commandLink>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lost.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lost.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lost.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -12,7 +12,7 @@
 	<h:outputText value="#{bundle.IDENTITY_LOST_PASSWORD_TITLE}" />
 </ui:define>
 <ui:define name="content">
-<h:form>
+<h:form id="lost-pwd-form">
 	<p><h:outputText value="#{bundle.IDENTITY_LOST_PASSWORD_DESCRIPTION}" /></p>
 	<h:panelGrid columns="2" cellpadding="3">
 		<h:outputText value="#{bundle.IDENTITY_USERNAME}"/>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lostTemplate.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lostTemplate.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/lostPassword/lostTemplate.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -9,13 +9,13 @@
 	<f:loadBundle var="bundle" basename="conf.bundles.Identity" />
 <c:choose>
 	<c:when test="#{configurationbean.validConfiguration}">
-   <h:form>
+   <h:form id="lost-template-form">
       <ul class="topnav">
          <li>
-            <h:commandLink value="#{bundle.IDENTITY_WELCOME}" action="start"/>
+            <h:commandLink id="start-link" value="#{bundle.IDENTITY_WELCOME}" action="start"/>
          </li>
          <li>
-            <h:commandLink value="#{bundle.IDENTITY_REGISTER}" action="register"/>
+            <h:commandLink id="register-link" value="#{bundle.IDENTITY_REGISTER}" action="register"/>
          </li>
          <li id="currentTab">
             <h:outputText value="#{bundle.IDENTITY_LOST_PASSWORD}" />

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/changeEmail.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/changeEmail.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/changeEmail.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -19,7 +19,7 @@
 </ui:define>
 
 <ui:define name="content">
-	<h:form>
+	<h:form id="change-email-form">
 		<h:panelGrid columns="2" cellpadding="3">
 		<h:outputText value="#{bundle.IDENTITY_EDIT_PASSWORD_CURRENT}"/>
 		<h:inputSecret id="currentPassword" value="currentPassword" required="true">
@@ -37,7 +37,7 @@
 		</h:panelGrid>
 		<hr/>
 	<p style="text-align: right;">
-		<h:commandButton value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{editprofilemgr.changeEmail}" styleClass="portlet-form-button"/>
+		<h:commandButton id="submit" value="#{bundle.IDENTITY_BUTTON_SUBMIT}" action="#{editprofilemgr.changeEmail}" styleClass="portlet-form-button"/>
 		<h:commandButton id="cancel" action="editProfile" value="#{bundle.IDENTITY_BUTTON_CANCEL}" immediate="true" styleClass="portlet-form-button"/>
 	</p>
   	</h:form>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/changePassword.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/changePassword.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/changePassword.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -19,7 +19,7 @@
 </ui:define>
 
 <ui:define name="content">
-	<h:form>
+	<h:form id="change-pwd-form">
 		<h:panelGrid columns="2" cellpadding="3">
 		<h:outputText value="#{bundle.IDENTITY_EDIT_PASSWORD_CURRENT}"/>
 		<h:inputSecret id="currentPassword" value="currentPassword" required="true">

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/editProfileTemplate.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/editProfileTemplate.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/editProfileTemplate.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,10 +10,10 @@
 	
 <c:choose>
 	<c:when test="#{configurationbean.validConfiguration}">
-	<h:form>
+	<h:form id="edit-prof-temp-form">
 		<ul class="topnav">
 			<li>
-				<h:commandLink value="#{bundle.IDENTITY_VIEW_PROFILE_TITLE}" action="start"/>
+				<h:commandLink id="start-link" value="#{bundle.IDENTITY_VIEW_PROFILE_TITLE}" action="start"/>
 			</li>
 			<li id="currentTab"><h:outputText value="#{bundle.IDENTITY_EDIT_PROFILE_TITLE}" /></li>
 		</ul>
@@ -21,7 +21,7 @@
 	<ui:decorate template="/WEB-INF/jsf/common/noTabContainer.xhtml">
 		<ui:define name="tab-object-path">
 		<!-- Title -->
-		<h:form>
+		<h:form id="edit-prof-temp-form1">
 		<ul class="objectpath">
 			<ui:insert name="title">Title</ui:insert>
 		</ul>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/viewProfileTemplate.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/viewProfileTemplate.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/profile/viewProfileTemplate.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -9,11 +9,11 @@
 	<f:loadBundle var="bundle" basename="conf.bundles.Identity" />
 <c:choose>
 	<c:when test="#{configurationbean.validConfiguration}">
-   <h:form>
+   <h:form id="view-prof-temp-form">
       <ul class="topnav">
          <li id="currentTab"><h:outputText value="#{bundle.IDENTITY_VIEW_PROFILE_TITLE}" /></li>
          <li>
-            <h:commandLink value="#{bundle.IDENTITY_EDIT_PROFILE_TITLE}" action="#{editprofilemgr.userEditProfile}"/>
+            <h:commandLink id="edit-profile-link" value="#{bundle.IDENTITY_EDIT_PROFILE_TITLE}" action="#{editprofilemgr.userEditProfile}"/>
          </li>
       </ul>
    </h:form>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/overview.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/overview.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/overview.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -12,8 +12,8 @@
 	<h:outputText value="#{bundle.IDENTITY_NOT_LOGGED_IN}" />
 </ui:define>
 <ui:define name="content">
-	<h:form>
-	<p style="text-align:center;"><h:commandLink value="#{bundle.IDENTITY_CREATE_ACCOUNT}" action="register"/></p>
+	<h:form id="create-account-form">
+	<p style="text-align:center;"><h:commandLink id="register" value="#{bundle.IDENTITY_CREATE_ACCOUNT}" action="register"/></p>
 	</h:form>
 </ui:define>
 </ui:composition>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/registerTemplate.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/registerTemplate.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/register/registerTemplate.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,10 +10,10 @@
 
 <c:choose>
 	<c:when test="#{configurationbean.validConfiguration}">
-   <h:form>
+   <h:form id="register-temp-form">
       <ul class="topnav">
          <li>
-            <h:commandLink value="#{bundle.IDENTITY_WELCOME}" action="start"/>
+            <h:commandLink id="start-link" value="#{bundle.IDENTITY_WELCOME}" action="start"/>
          </li>
          <li id="currentTab">
             <h:outputText value="#{bundle.IDENTITY_REGISTER}"/>
@@ -21,7 +21,7 @@
          <!--  check if we should enable lostPassword -->
          <c:if test="#{portletPreferenceValue.lostPassword == true}">
          <li>
-            <h:commandLink value="#{bundle.IDENTITY_LOST_PASSWORD}" action="lostPassword"/>
+            <h:commandLink id="lost-pwd-link" value="#{bundle.IDENTITY_LOST_PASSWORD}" action="lostPassword"/>
          </li>
          </c:if>
       </ul>

Modified: branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/startTemplate.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/startTemplate.xhtml	2008-09-18 14:57:40 UTC (rev 11930)
+++ branches/JBoss_Portal_Branch_2_6/core-identity/src/resources/portal-identity-war/WEB-INF/jsf/startTemplate.xhtml	2008-09-18 18:22:08 UTC (rev 11931)
@@ -10,18 +10,18 @@
 
 <c:choose>
 	<c:when test="#{configurationbean.validConfiguration}">
-		<h:form>
+		<h:form id="identity-template">
 			<ul class="topnav">
 				<li id="currentTab">
 					<h:outputText value="#{bundle.IDENTITY_WELCOME}"/>
 				</li>
 				<li>
-					<h:commandLink value="#{bundle.IDENTITY_REGISTER}" action="register"/>
+					<h:commandLink id="register-link" value="#{bundle.IDENTITY_REGISTER}" action="register"/>
 				</li>
          <!--  check if we should enable lostPassword -->
 				<c:if test="#{portletPreferenceValue.lostPassword == true}">
 				<li>
-					<h:commandLink value="#{bundle.IDENTITY_LOST_PASSWORD}" action="lostPassword"/>
+					<h:commandLink id="lost-pwd-link" value="#{bundle.IDENTITY_LOST_PASSWORD}" action="lostPassword"/>
 				</li>
 				</c:if>
 			</ul>




More information about the portal-commits mailing list