[portal-commits] JBoss Portal SVN: r8963 - branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Nov 15 17:16:03 EST 2007


Author: chris.laprun at jboss.com
Date: 2007-11-15 17:16:03 -0500 (Thu, 15 Nov 2007)
New Revision: 8963

Modified:
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPageTheme.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPortalTheme.xhtml
   branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editWindowTheme.xhtml
Log:
- f:param doesn't do anything on commandButtons...

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPageTheme.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPageTheme.xhtml	2007-11-15 21:52:45 UTC (rev 8962)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPageTheme.xhtml	2007-11-15 22:16:03 UTC (rev 8963)
@@ -13,9 +13,7 @@
                <h:commandButton value="Update" action="objects" actionListener="#{portalobjectmgr.theme.execute}"
                                 styleClass="portlet-form-button"/>
                <h:commandButton value="Cancel" action="#{portalobjectmgr.selectObject}"
-                                styleClass="portlet-form-button">
-                  <f:param name="id" value="#{node.id}"/>
-               </h:commandButton>
+                                styleClass="portlet-form-button"/>
             </ui:define>
          </ui:decorate>
       </ui:define>

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPortalTheme.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPortalTheme.xhtml	2007-11-15 21:52:45 UTC (rev 8962)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editPortalTheme.xhtml	2007-11-15 22:16:03 UTC (rev 8963)
@@ -17,9 +17,7 @@
                <h:commandButton value="Update" action="objects" actionListener="#{portalobjectmgr.theme.execute}"
                                 styleClass="portlet-form-button"/>
                <h:commandButton value="Cancel" action="#{portalobjectmgr.selectObject}"
-                                styleClass="portlet-form-button">
-                  <f:param name="id" value="#{node.id}"/>
-               </h:commandButton>
+                                styleClass="portlet-form-button"/>
             </ui:define>
          </ui:decorate>
       </ui:define>

Modified: branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editWindowTheme.xhtml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editWindowTheme.xhtml	2007-11-15 21:52:45 UTC (rev 8962)
+++ branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/editWindowTheme.xhtml	2007-11-15 22:16:03 UTC (rev 8963)
@@ -13,9 +13,7 @@
                <h:commandButton value="Update" action="objects" actionListener="#{portalobjectmgr.theme.execute}"
                                 styleClass="portlet-form-button portlet-section-buttonrow"/>
                <h:commandButton value="Cancel" action="#{portalobjectmgr.selectObject}"
-                                styleClass="portlet-form-button portlet-section-buttonrow">
-                  <f:param name="id" value="#{node.id}"/>
-               </h:commandButton>
+                                styleClass="portlet-form-button portlet-section-buttonrow"/>
             </ui:define>
          </ui:decorate>
       </ui:define>




More information about the portal-commits mailing list