posted 13 years ago
I am working on one application. It is using j_security_check to authenticat user. It is working fine. It authenticat user. if login is not successful I want to display login failure page . For this i am using
but loginerror.jsf is not getting displayed. application shows HTTP error 403. My question is where should i change to display loginerror.jsf page
thanks