the change for 1527 is :
| 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
2007-07-04 12:35:36 UTC (rev 7662)
| +++
branches/JBoss_Portal_Branch_2_6/core-admin/src/resources/portal-admin-war/WEB-INF/jsf/dashboard/dashboard.xhtml
2007-07-04 12:49:53 UTC (rev 7663)
| @@ -53,7 +53,7 @@
| id="pageNameSelector"
| value="#{dashboard.selectedPageName}"
| styleClass="portlet-form-field"
| -
onclick="document.getElementById('page_selector_form').submit()">
| +
onchange="document.getElementById('page_selector_form').submit()">
| <f:selectItems value="#{dashboard.pageItems}"/>
| </h:selectOneMenu>
| </h:form>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060443#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...