Author: vmolotkov
Date: 2008-01-10 12:28:49 -0500 (Thu, 10 Jan 2008)
New Revision: 5274
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
Log:
selection functionality was corrected
Modified:
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js
===================================================================
---
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-01-10
16:14:39 UTC (rev 5273)
+++
trunk/sandbox/ui/combobox/src/main/resources/org/richfaces/renderkit/html/scripts/combobox.js 2008-01-10
17:28:49 UTC (rev 5274)
@@ -208,6 +208,7 @@
Richfaces.ComboBoxList.prototype = {
initialize: function(listId, parentListId, selectFirstOnUpdate, classes, width, height,
itemsText, onlistcall, fieldXY) {
+
this.list = $(listId);
this.listParent = $(parentListId);