// 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 (RemindPasswordForm == null) var RemindPasswordForm = {}; RemindPasswordForm._path = '/RemindPortlet/dwr'; RemindPasswordForm.getProperty = function(p0, p1, p2, callback) { dwr.engine._execute(RemindPasswordForm._path, 'RemindPasswordForm', 'getProperty', p0, p1, p2, callback); } RemindPasswordForm.generate = function(callback) { dwr.engine._execute(RemindPasswordForm._path, 'RemindPasswordForm', 'generate', callback); } RemindPasswordForm.process = function(p0, callback) { dwr.engine._execute(RemindPasswordForm._path, 'RemindPasswordForm', 'process', p0, callback); } RemindPasswordForm.getResponse = function(p0, callback) { dwr.engine._execute(RemindPasswordForm._path, 'RemindPasswordForm', 'getResponse', p0, callback); } RemindPasswordForm.validateForm = function(p0, callback) { dwr.engine._execute(RemindPasswordForm._path, 'RemindPasswordForm', 'validateForm', p0, callback); } RemindPasswordForm.getFormData = function(p0, callback) { dwr.engine._execute(RemindPasswordForm._path, 'RemindPasswordForm', 'getFormData', p0, callback); }