form.copyFrom(ud, request.getLocale());
form.setPasswordText(null);
form.setPasswordConfirm(null);
form.setLocale(ud.getLocale());
form.setTimeZone(ud.getTimeZone());
request.setAttribute("model", new BasePageModel(
"yourProfile.title", request, response, mapping));
}
catch (Exception e)
{
mLogger.error("ERROR in action",e);