private void restoreStatus() {
final Scope scope = getScope();
if (_status.previous != null)
scope.setAttribute("forEachStatus", _status.previous);
else
scope.removeAttribute("forEachStatus");
if (_oldEach != null)
scope.setAttribute("each", _oldEach);
else
scope.removeAttribute("each");
_it = null; _status = null; //recycle (just in case)