parameters.setParameter("step", Double.toString(currentStepAndPage));
stepUIClass.setup(resolver, objectModel, src, parameters);
}
catch(Exception e)
{
throw new UIException("Unable to initialize AbstractStep identified by "
+ stepConfig.getXMLUIClassName() + ":", e);
}
//If this stepUIClass is not a value AbstractSubmissionStep,
//we will be unable to display its review information!