}
response.getWriter().print( intro );
String backgroundResponse = null;
try {
backgroundResponse = backgroundExecutionHandler.backgroundExecuteAction( userSession, parameterProvider );
} catch ( BackgroundExecutionException bex ) {
backgroundResponse = bex.getLocalizedMessage();
response.getWriter().print( backgroundResponse );
response.getWriter().print( footer );
error(