if (typeof FeedBean != "function") { function FeedBean() { this.phone = null; this.txtmsg = null; this.email = null; this.subject = null; this.name = null; this.sendto = null; } } if (typeof QuoteBean != "function") { function QuoteBean() { this.os = null; this.phone = null; this.fax = null; this.txtmsg = null; this.byphone = null; this.projecttype = null; this.zipcode = null; this.state = null; this.timeframe = null; this.distribution = null; this.city = null; this.country = null; this.tools = null; this.email = null; this.byemail = null; this.databases = null; this.company = null; this.name = null; this.street_address = null; } } // Missing parameter declaration for com.srest.web.bean.RegistrationBean. See the server logs for details. if (typeof InformBean != "function") { function InformBean() { this.phone = null; this.email = null; this.name = null; this.company = null; this.password = null; this.mode = null; } } if (typeof ReqInfoBean != "function") { function ReqInfoBean() { this.phone = null; this.fax = null; this.txtmsg = null; this.attof = null; this.zipcode = null; this.state = null; this.contact_by_phone = null; this.city = null; this.country = null; this.jobtitle = null; this.contact_by_email = null; this.email = null; this.company = null; this.name = null; this.street_address = null; } } // 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 (SrestController == null) var SrestController = {}; SrestController._path = '/srest/dwr'; SrestController.doGet = function(callback) { dwr.engine._execute(SrestController._path, 'SrestController', 'doGet', false, false, callback); } SrestController.doPost = function(callback) { dwr.engine._execute(SrestController._path, 'SrestController', 'doPost', false, false, callback); } SrestController.saveFeedback = function(p0, callback) { dwr.engine._execute(SrestController._path, 'SrestController', 'saveFeedback', p0, callback); } SrestController.saveInform = function(p0, callback) { dwr.engine._execute(SrestController._path, 'SrestController', 'saveInform', p0, callback); } SrestController.setReqInfo = function(p0, callback) { dwr.engine._execute(SrestController._path, 'SrestController', 'setReqInfo', p0, callback); } SrestController.setQuoteInfo = function(p0, callback) { dwr.engine._execute(SrestController._path, 'SrestController', 'setQuoteInfo', p0, callback); }