clientDoc.addClientMarkup(clientMarkup);
if (clientDoc instanceof ClientDocumentAttachedServerScriptImpl)
this.response = new ResponseAttachedServerLoadMarkupScriptImpl(this);
else
this.response = new ResponseAttachedServerLoadMarkupFormImpl(this);
response.process();
}
catch(RuntimeException ex)
{
clientDoc.setInvalid();