Hi I am now using spring security. It works fine. But if login failed, no error message display. I am wondering how can I display error message?
I have configured th
Maybe you can try this...put
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
for c tag on jsp page, and then put something like below for error msg display
Wrong id or password!
"param.error == 1" can get return value from Spring Security(security-config.xml) like
/login.action?error=1