JSP page isErrorPage attribue...not working
843838Feb 11 2007 — edited Feb 13 2007hi..
i am new to java. i have this problem.
i have two jsp pages to take login info frm user.
1st jsp page to take input frm user &
2nd jsp page to throw my error msg in case of exception..
Now, in 1st jsp i have set errorPage="LoginError.jsp".
In LoginError.jsp, i have set
<%@ page isErrorPage="true" %>
But when i tried to throw exception to see if its workin,
eg.. i put wrong user id & pw then instead of running LoginError.jsp, I get "Page cannot be displayed" error in browser.
Is there something missing in deployment.. I am using J2EE 4 application server..
Please help..anyone..