Author: prabhat.jha(a)jboss.com
Date: 2008-09-24 15:35:00 -0400 (Wed, 24 Sep 2008)
New Revision: 11971
Modified:
branches/JBoss_Portal_Branch_2_6/build/build-thirdparty.xml
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml
Log:
JBPORTAL-2173 silly mistake..should have been more careful
Modified: branches/JBoss_Portal_Branch_2_6/build/build-thirdparty.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_6/build/build-thirdparty.xml 2008-09-24 16:12:39 UTC
(rev 11970)
+++ branches/JBoss_Portal_Branch_2_6/build/build-thirdparty.xml 2008-09-24 19:35:00 UTC
(rev 11971)
@@ -47,7 +47,7 @@
are pushed to the
http://repository.jboss.com site.
-->
- <componentref name="jboss-portal/modules/common"
version="1.1-SNAPSHOT"/>
+ <componentref name="jboss-portal/modules/common"
version="1.1.2"/>
<componentref name="jboss-portal/modules/web"
version="1.1.0"/>
<componentref name="jboss-portal/modules/test"
version="1.0.1.SP1"/>
<componentref name="jboss-portal/modules/portlet"
version="1.0.3"/>
Modified:
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml
===================================================================
---
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml 2008-09-24
16:12:39 UTC (rev 11970)
+++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml 2008-09-24
19:35:00 UTC (rev 11971)
@@ -66,7 +66,7 @@
id="pageNameSelector"
value="#{dashboard.selectedPageName}"
styleClass="portlet-form-field"
-
onchange="document.getElementById('page_selector_form').submit()">
+
onchange="document.getElementById('page-selector-form').submit()">
<f:selectItems value="#{dashboard.pageItems}"/>
</h:selectOneMenu>
</h:form>