if (typeof ItemBean != "function") { var ItemBean = function() { this.value = null; this.name = null; } } if (typeof FieldBean != "function") { var FieldBean = function() { this.filled = false; this.value = null; this.required = false; this.message = null; this.valid = false; this.name = 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 (RemindPasswordForm == null) var RemindPasswordForm = {}; RemindPasswordForm._path = '/registrationform/dwr'; 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); } RemindPasswordForm.process = function(p0, callback) { dwr.engine._execute(RemindPasswordForm._path, 'RemindPasswordForm', 'process', p0, callback); } RemindPasswordForm.generate = function(callback) { dwr.engine._execute(RemindPasswordForm._path, 'RemindPasswordForm', 'generate', callback); }