[embjopr-commits] EMBJOPR SVN: r70 - trunk/core/src/main/webapp/secure.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Dec 12 13:54:50 EST 2008


Author: ips
Date: 2008-12-12 13:54:50 -0500 (Fri, 12 Dec 2008)
New Revision: 70

Modified:
   trunk/core/src/main/webapp/secure/addMap.xhtml
   trunk/core/src/main/webapp/secure/addSimple.xhtml
   trunk/core/src/main/webapp/secure/editMap.xhtml
Log:
fix some incorrect viewIds


Modified: trunk/core/src/main/webapp/secure/addMap.xhtml
===================================================================
--- trunk/core/src/main/webapp/secure/addMap.xhtml	2008-12-11 21:50:09 UTC (rev 69)
+++ trunk/core/src/main/webapp/secure/addMap.xhtml	2008-12-12 18:54:50 UTC (rev 70)
@@ -40,7 +40,7 @@
 
     <ui:define name="body">
         <div class="instructionalText">
-            Any values added here will not be persisted until you hit the Save button on the resource's main Edit
+            Any values added here will not be persisted until you hit the Save button on the Resource's main Edit
             Configuration page.
         </div>
         

Modified: trunk/core/src/main/webapp/secure/addSimple.xhtml
===================================================================
--- trunk/core/src/main/webapp/secure/addSimple.xhtml	2008-12-11 21:50:09 UTC (rev 69)
+++ trunk/core/src/main/webapp/secure/addSimple.xhtml	2008-12-12 18:54:50 UTC (rev 70)
@@ -46,7 +46,7 @@
         </div>
 
         <div class="instructionalText">
-            Any values added here will not be persisted until you hit the Save button on the resource's main Edit
+            Any values added here will not be persisted until you hit the Save button on the Resource's main Edit
             Configuration page.
         </div>
         
@@ -68,7 +68,7 @@
                                  action="#{addNewOpenMap.addProperty()}"
                                  alt="Click to Add Property" styleClass="buttonmed"/>
                 <s:button value="#{messages['resource.configuration.map.button.cancel']}"
-                          view="/secure/resourceView.xhtml"
+                          view="/secure/resourceInstanceConfig.xhtml"
                           styleClass="buttonmed"/>
             </h:panelGrid>
 

Modified: trunk/core/src/main/webapp/secure/editMap.xhtml
===================================================================
--- trunk/core/src/main/webapp/secure/editMap.xhtml	2008-12-11 21:50:09 UTC (rev 69)
+++ trunk/core/src/main/webapp/secure/editMap.xhtml	2008-12-12 18:54:50 UTC (rev 70)
@@ -41,7 +41,7 @@
     <ui:define name="body">
 
         <p>
-            Any values changed here will not be persisted until you hit the Save button on the resource's main Edit
+            Any values changed here will not be persisted until you hit the Save button on the Resource's main Edit
             Configuration page.
         </p>
         <h:form id="resourceConfigurationForm" onsubmit="prepareInputsForSubmission(this)">
@@ -56,7 +56,7 @@
                                  action="#{resourceConfigurationUIBean.editMap()}"
                                  styleClass="buttonmed"/>
                 <s:button value="#{messages['resource.configuration.map.button.cancel']}"
-                          view="/secure/resourceView.xhtml"
+                          view="/secure/resourceInstanceConfig.xhtml"
                           styleClass="buttonmed"/>
             </h:panelGrid>
         </h:form>




More information about the embjopr-commits mailing list