I want to customize my login form. Here is snippet from my acegilogin.jsp:
<INPUT TYPE="text" NAME='j_username' value="<c:out value='${param.j_username}'/>" >
How to fill in the form with typed before username when user types wrong password - whereby user not must fill in username twice.
How to change dynamic "authenticationFailureUrl" where is only one parameter login_error=1?
Witek.


