control = null;
}
if (getActionSource() != null && getActionSource().getTarget() != null
&& findTargetByName(getActionSource().getTarget()) != null) {
TargetInvoker invoker = new TargetInvoker(this, getActionSource());
invoker.perform();
}
}
} while (isLoop() && getActionSource() != null && !getActionSource().isLoopExit() && shouldShow());
}