// Enter the environment
CocoonComponentManager.enterEnvironment(wrapper, this.manager, processor);
// Process the subrequest
result = processor.process(wrapper);
wrapper.commitResponse();
out.flush();
// Return whatever the processor returned us
return(result);
} catch (Exception any) {