106107108109110111112113114115116
bindClientToRequest(clientDoc,false); try { if (loadMethodScript) this.response = new ResponseAttachedServerPrepareScriptImpl(this); else // Form this.response = new ResponseAttachedServerPrepareFormImpl(this); response.process(); }