bindClientToRequest(clientDocAttachedServer,false);
if (clientDocAttachedServer instanceof ClientDocumentAttachedServerScriptImpl)
this.response = new ResponseAttachedServerLoadDocScriptImpl(this);
else
this.response = new ResponseAttachedServerLoadDocFormImpl(this);
response.process();
}
finally
{