[jboss-dev-forums] [Design of JBoss Portal] - Re: Bug in JBoss Portal 2.6 GA Version

julien@jboss.com do-not-reply at jboss.com
Wed Jul 4 08:57:03 EDT 2007


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#4060443

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060443



More information about the jboss-dev-forums mailing list