515516517518519520521522523524525
if (command instanceof UIWizard) { NavigationResult next; try { next = ((UIWizard) command).next(new UINavigationContextImpl(context)); } catch (Exception e) { logger.log(Level.SEVERE, "Cannot fetch the next steps from " + command, e); next = null;
407408409410411412413414415416417
498499500501502503504505506507508
506507508509510511512513514515516