[portal-commits] JBoss Portal SVN: r11950 - in branches/JBoss_Portal_Branch_2_7: core-wsrp/src/resources/portal-wsrp-admin-war/jsf/consumers and 1 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Mon Sep 22 12:50:21 EDT 2008


Author: prabhat.jha at jboss.com
Date: 2008-09-22 12:50:21 -0400 (Mon, 22 Sep 2008)
New Revision: 11950

Modified:
   branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/assignRoles.xhtml
   branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/consumers/editConsumer.xhtml
   branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/producer/producer.xhtml
Log:
[JBPORTAL-2101] adding ids to identity admin ui
[JBPORTAL-2103] adding ids to wsrp admin ui

Modified: branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/assignRoles.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/assignRoles.xhtml	2008-09-22 16:18:30 UTC (rev 11949)
+++ branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/assignRoles.xhtml	2008-09-22 16:50:21 UTC (rev 11950)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink action="userAdmin" value="#{bundle.IDENTITY_MANAGEMENT_USER_MANAGEMENT}" />
+		<h:commandLink id="assign-role-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_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/consumers/editConsumer.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/consumers/editConsumer.xhtml	2008-09-22 16:18:30 UTC (rev 11949)
+++ branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/consumers/editConsumer.xhtml	2008-09-22 16:50:21 UTC (rev 11950)
@@ -95,7 +95,7 @@
                               <td>#{prop.value.name}</td>
                               <td>#{prop.value.description.label.value}</td>
                               <td>
-                                 <h:inputText value="#{prop.value.value}" size="50"
+                                 <h:inputText id="prop-value-input" value="#{prop.value.value}" size="50"
                                               valueChangeListener="#{consumer.regPropListener}"
                                               disabled="#{consumer.registrationModified}"/>
                                  <h:outputText styleClass="portlet-msg-error" value="#{prop.value.status}"
@@ -141,7 +141,7 @@
                                  <td>#{prop.value.name}</td>
                                  <td>#{prop.value.description.label.value}</td>
                                  <td>
-                                    <h:inputText value="#{prop.value.value}" size="50"/>
+                                    <h:inputText id="prop-value-input" value="#{prop.value.value}" size="50"/>
                                     <h:outputText styleClass="portlet-msg-error" value="#{prop.value.status}"
                                                   rendered="#{prop.value.determinedInvalid}"
                                                   converter="faces.convert.RegistrationProperty.Status"/>

Modified: branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/producer/producer.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/producer/producer.xhtml	2008-09-22 16:18:30 UTC (rev 11949)
+++ branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/producer/producer.xhtml	2008-09-22 16:50:21 UTC (rev 11950)
@@ -40,7 +40,7 @@
                <h:panelGroup styleClass="portlet-area-body">
                   <c:choose>
                      <c:when test="#{!empty producer.registrationProperties}">
-                        <h:dataTable id="producer-data-table" var="property" id="registrationProperties" width="100%"
+                        <h:dataTable id="reg-properties" var="property" width="100%"
                                      value="#{producer.registrationProperties}"
                                      rendered="#{producer.registrationRequired}"
                                      headerClass="portlet-section-header">




More information about the portal-commits mailing list