// 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 (ComboService == null) var ComboService = {}; ComboService._path = '/dwr'; ComboService.getCombos = function(p0, p1, callback) { dwr.engine._execute(ComboService._path, 'ComboService', 'getCombos', p0, p1, callback); } ComboService.getComboById = function(p0, callback) { dwr.engine._execute(ComboService._path, 'ComboService', 'getComboById', p0, callback); }