Auto fill input in the html form - spring-security -


is there cross-browser mechanism automatically fill value of html form, if been filled previous time when user opened page?

for example, have authentication page login form (username & password) used spring-security. in case of authentication failure user redirected login page. there way username input filled username entered first time (except of manually on server side)? there html tags or css properties?


Comments