[richfaces-svn-commits] JBoss Rich Faces SVN: r4473 - branches/3.1.x/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 4 15:39:22 EST 2007


Author: nbelaevski
Date: 2007-12-04 15:39:22 -0500 (Tue, 04 Dec 2007)
New Revision: 4473

Modified:
   branches/3.1.x/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/scripts/togglePanel.js
Log:
http://jira.jboss.com/jira/browse/RF-1506

Modified: branches/3.1.x/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/scripts/togglePanel.js
===================================================================
--- branches/3.1.x/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/scripts/togglePanel.js	2007-12-04 20:22:37 UTC (rev 4472)
+++ branches/3.1.x/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/scripts/togglePanel.js	2007-12-04 20:39:22 UTC (rev 4473)
@@ -56,7 +56,7 @@
 }
 
 TogglePanelManager.toggleOnClient = function (panelId,swithToStateId) {
-	this.panels[panelId].toggleToState(swithToStateId);
+	this.panels.get(panelId).toggleToState(swithToStateId);
 	return false;
 }
 //-->




More information about the richfaces-svn-commits mailing list