// 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 (RegistrationForm == null) var RegistrationForm = {}; RegistrationForm._path = '/RegistrationPortlet/dwr'; RegistrationForm.process = function(p0, p1, p2, callback) { dwr.engine._execute(RegistrationForm._path, 'RegistrationForm', 'process', p0, p1, p2, callback); } RegistrationForm.checkLoginExisting = function(p0, callback) { dwr.engine._execute(RegistrationForm._path, 'RegistrationForm', 'checkLoginExisting', p0, callback); } RegistrationForm.checkEmailExisting = function(p0, callback) { dwr.engine._execute(RegistrationForm._path, 'RegistrationForm', 'checkEmailExisting', p0, callback); } RegistrationForm.checkCaptcha = function(p0, callback) { dwr.engine._execute(RegistrationForm._path, 'RegistrationForm', 'checkCaptcha', p0, callback); }