} /* else we're still on a valid sequence */
//ACR: Here is the merge...if a condition has been met where
//multiple models are run in this "pass", they are each merged here.
if (mergeResponses)
{
theResponse.removeAttribute("forward");
theResponse.removeAttribute("stylesheet");
theResponse = SequenceContext.mergeResponse(theResponse, currentResponse);
}
else
{