helper.requestAxAttribute(Step2.AxSchema.LANGUAGE, true);
}
if (YES_STRING.equals(req.getParameter("firstName"))) {
log.debug("Requesting AX country");
helper.requestAxAttribute(Step2.AxSchema.FIRST_NAME, true);
}
if (YES_STRING.equals(req.getParameter("lastName"))) {
log.debug("Requesting AX country");
helper.requestAxAttribute(Step2.AxSchema.LAST_NAME, true);