What is "errorCode" in Forgot Password Process
Posted: Tue May 07, 2013 8:41 pm
I found some codes below in "BroadleafLoginController.java" :
String errorCode = errorResponse.getErrorCodesList().get(0);
request.setAttribute("errorCode", errorCode);
return getResetPasswordView();
In this codes, what is that "errorCode" for ? And how to use this "errorCode" ?
I didn't find any place in broadleaf that is using "errorCode".
I need to show Error message in Forgot Password Page, but i don't know this "errorCode" how to use it.
Thanks in Advance.
String errorCode = errorResponse.getErrorCodesList().get(0);
request.setAttribute("errorCode", errorCode);
return getResetPasswordView();
In this codes, what is that "errorCode" for ? And how to use this "errorCode" ?
I didn't find any place in broadleaf that is using "errorCode".
I need to show Error message in Forgot Password Page, but i don't know this "errorCode" how to use it.
Thanks in Advance.