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;