Is there a way to keep the last entered username in my login jsp when an Acegi login attempt fails, so that the user don't have to enter the username again?
Code:<c:out value="${sessionScope.ACEGI_SECURITY_LAST_EXCEPTION.message}"/> <input type='text' id="j_username" name="j_username" value="??what to enter here??"/>


