// do not try to create a response, if the command handles the response itself
if (command.handlesResponse()) {
return;
}
} catch (Exception e) {
application.handleException(sessionVariable, e);
}
}
if (doSwitchState) {
HTMLTransition defaultTransition = application.getDefaultHTMLTransition(sessionVariable.getEvent());