// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (AutoCompleteRemote == null) var AutoCompleteRemote = {}; AutoCompleteRemote._path = '/dwr'; AutoCompleteRemote.search = function(p0, p1, p2, callback) { dwr.engine._execute(AutoCompleteRemote._path, 'AutoCompleteRemote', 'search', p0, p1, p2, callback); }