|  | @@ -34,7 +34,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <form action="<c:url value='j_acegi_security_check'/>" method="POST">
 | 
	
		
			
				|  |  |        <table>
 | 
	
		
			
				|  |  | -        <tr><td>User:</td><td><input type='text' name='j_username' <c:if test="${not empty param.login_error}">value='<%= session.getAttribute(AuthenticationProcessingFilter.ACEGI_SECURITY_LAST_USERNAME_KEY) %>'</c:if>></td></tr>
 | 
	
		
			
				|  |  | +        <tr><td>User:</td><td><input type='text' name='j_username' <c:if test="${not empty param.login_error}">value='<c:out value="${ACEGI_SECURITY_LAST_USERNAME}"/></c:if>></td></tr>
 | 
	
		
			
				|  |  |          <tr><td>Password:</td><td><input type='password' name='j_password'></td></tr>
 | 
	
		
			
				|  |  |          <tr><td colspan='2'><input name="submit" type="submit"></td></tr>
 | 
	
		
			
				|  |  |          <tr><td colspan='2'><input name="reset" type="reset"></td></tr>
 |