public ActionForward unspecified(ActionMapping mapping, ActionForm form, HttpServletRequest request,
HttpServletResponse response) throws Exception {
// Do the install
List actionStatus = new ArrayList();
AbstractWizardSequence seq = getWizardSequence(request);
SessionInfo info = this.getSessionInfo(request);
User user = seq.getSession().getUser();
String scope = (String) seq.getAttribute(ProfileDetailsAction.ATTR_PROFILE_SCOPE, null);
int baseOn = ((Integer) seq.getAttribute(ProfileDetailsForm.ATTR_BASE_ON, null)).intValue();
String username = Constants.SCOPE_GLOBAL.equals(scope) ? null : user.getPrincipalName();
int realmId = user.getRealm().getRealmID();