// indicate that no next step is possible
return Step.NOSTEP;
}
public StepFormController getStepController(UserRequest ureq, WindowControl windowControl, StepsRunContext runContext, Form form) {
StepFormController stepP = new StepTwoForm(ureq, windowControl, form, runContext);
return stepP;
}