// Aunque llamemos a bindClientToRequest hay que tener en cuenta que
// posteriormente el proceso normal registrar� de nuevo "el cliente definitivo"
bindClientToRequest(clientDocAttachedServer,false);
if (clientDocAttachedServer instanceof ClientDocumentAttachedServerScriptImpl)
this.response = new ResponseAttachedServerLoadDocScriptImpl(this);
else
this.response = new ResponseAttachedServerLoadDocFormImpl(this);
response.process();
}