108109110111112113114115116117118
try { if (loadMethodScript) this.response = new ResponseAttachedServerPrepareScriptImpl(this); else // Form this.response = new ResponseAttachedServerPrepareFormImpl(this); response.process(); } catch(RuntimeException ex) {