[richfaces-svn-commits] JBoss Rich Faces SVN: r4474 - trunk/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:41:42 EST 2007


Author: nbelaevski
Date: 2007-12-04 15:41:42 -0500 (Tue, 04 Dec 2007)
New Revision: 4474

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

Modified: trunk/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/scripts/togglePanel.js
===================================================================
--- trunk/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/scripts/togglePanel.js	2007-12-04 20:39:22 UTC (rev 4473)
+++ trunk/ui/togglePanel/src/main/resources/org/richfaces/renderkit/html/scripts/togglePanel.js	2007-12-04 20:41:42 UTC (rev 4474)
@@ -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