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

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Tue Sep 23 15:06:21 EDT 2008


Author: prabhat.jha at jboss.com
Date: 2008-09-23 15:06:21 -0400 (Tue, 23 Sep 2008)
New Revision: 11955

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/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-23 18:55:38 UTC (rev 11954)
+++ branches/JBoss_Portal_Branch_2_7/core-identity/src/resources/portal-identity-war/jsf/admin/assignRoles.xhtml	2008-09-23 19:06:21 UTC (rev 11955)
@@ -10,7 +10,7 @@
 
 <ui:define name="title">
 	<li class="pathItem">
-		<h:commandLink id="assign-role-link" 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">

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-23 18:55:38 UTC (rev 11954)
+++ branches/JBoss_Portal_Branch_2_7/core-wsrp/src/resources/portal-wsrp-admin-war/jsf/producer/producer.xhtml	2008-09-23 19:06:21 UTC (rev 11955)
@@ -9,13 +9,12 @@
    <ui:define name="content">
       <h:form id="producer-form">
          <h:panelGrid columns="2" width="100%">
-            <h:selectBooleanCheckbox value="#{producer.registrationRequiredForFullDescription}"/>
+            <h:selectBooleanCheckbox id="cons-reg-req-check" value="#{producer.registrationRequiredForFullDescription}"/>
             <h:outputText value="#{i18n.producer_config_sd_requires_reg}"/>
-
             <h:selectBooleanCheckbox value="#{producer.strictMode}"/>
             <h:outputText value="#{i18n.producer_config_strict}"/>
-
-            <h:selectBooleanCheckbox value="#{producer.registrationRequired}" immediate="true"
+            
+            <h:selectBooleanCheckbox id="req-reg-check" value="#{producer.registrationRequired}" immediate="true"           
                                      onchange="this.form.submit()"
                                      valueChangeListener="#{producer.requireRegistrationListener}"/>
             <h:outputText value="#{i18n.producer_config_requires_reg}"/>
@@ -46,7 +45,7 @@
                                      headerClass="portlet-section-header">
                            <h:column>
                               <f:facet name="header">#{i18n.producer_config_reg_prop_name}</f:facet>
-                              <h:inputText value="#{property.nameAsString}" size="30"/>
+                              <h:inputText id="name" value="#{property.nameAsString}" size="30"/>
                            </h:column>
                            <h:column>
                               <f:facet name="header">#{i18n.producer_config_reg_prop_type}</f:facet>
@@ -56,11 +55,11 @@
                            </h:column>
                            <h:column>
                               <f:facet name="header">#{i18n.producer_config_reg_prop_label}</f:facet>
-                              <h:inputText value="#{property.label}" size="50"/>
+                              <h:inputText id="label" value="#{property.label}" size="50"/>
                            </h:column>
                            <h:column>
                               <f:facet name="header">#{i18n.producer_config_reg_prop_hint}</f:facet>
-                              <h:inputText value="#{property.hint}" size="50"/>
+                              <h:inputText id="hint" value="#{property.hint}" size="50"/>
                            </h:column>
                            <h:column>
                               <f:facet name="header">#{i18n.producer_config_reg_prop_action}</f:facet>




More information about the portal-commits mailing list