*/
public void execute(EventDispatcher evtDispatcher, ErrorReporter errRep,
SCInstance scInstance, Log appLog, Collection derivedEvents)
throws ModelException, SCXMLExpressionException {
DialogProperties dp = (DialogProperties) scInstance.getRootContext().
get(Globals.DIALOG_PROPERTIES);
dp.setNextRedirect(true);
if (log().isDebugEnabled()) {
log().debug("<redirect>: Next view will be issued via a redirect");
}