[richfaces-svn-commits] JBoss Rich Faces SVN: r5165 - trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 7 15:26:43 EST 2008


Author: nbelaevski
Date: 2008-01-07 15:26:43 -0500 (Mon, 07 Jan 2008)
New Revision: 5165

Modified:
   trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
Log:
http://jira.jboss.com/jira/browse/RF-1841 back compatibility fix update

Modified: trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js
===================================================================
--- trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js	2008-01-07 20:26:39 UTC (rev 5164)
+++ trunk/ui/orderingList/src/main/resources/org/richfaces/renderkit/html/scripts/ListBase.js	2008-01-07 20:26:43 UTC (rev 5165)
@@ -33,6 +33,7 @@
 Richfaces.ListBase.prototype = {
 	initialize : function(containerId, contentTableId, headerTableId, focusKeeperId, 
 				   		  onclickControlId, controlClass, columnsClasses, rowClasses) {
+		this["rich:destructor"] = "destroy";
 		this.selectedItems = new Array();
 		
 		//this.layoutManager = layoutManager;




More information about the richfaces-svn-commits mailing list