Author: pyaschenko
Date: 2010-09-28 11:28:52 -0400 (Tue, 28 Sep 2010)
New Revision: 19354
Modified:
trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/Autocomplete.js
Log:
small namespace fix
Modified:
trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/Autocomplete.js
===================================================================
---
trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/Autocomplete.js 2010-09-28
12:00:57 UTC (rev 19353)
+++
trunk/ui/input/ui/src/main/resources/META-INF/resources/org.richfaces/Autocomplete.js 2010-09-28
15:28:52 UTC (rev 19354)
@@ -94,7 +94,7 @@
rf.ui = rf.ui || {};
// Constructor definition
rf.ui.Autocomplete = function(componentId, fieldId, options) {
- this.namespace = "."+rf.Event.createNamespace(this.name, this.id);
+ this.namespace = "."+rf.Event.createNamespace(this.name, componentId);
this.options = {};
// call constructor of parent class
$super.constructor.call(this, componentId, componentId+ID.SELECT, fieldId, options);
Show replies by date