// to the LAST page of the LAST step in the submission process
// (i.e. the page just before "Complete")
int lastStep = subConfig.getNumberOfSteps() - 2;
wsi.setStageReached(lastStep);
wsi.setPageReached(AbstractProcessingStep.LAST_PAGE_REACHED);
wsi.update();
JSPManager
.showJSP(request, response, "/mydspace/task-complete.jsp");
context.complete();
}