Hi ,
I am trying to implement Spring Exceptional Handling following this
tutorial link.
For me the ErrorPage.jsp is inside the frameset of HomePage.jsp .Once exception raised from HomePage.jsp the Error Message is not get reflected in Errorpage.jsp but wen i see in chrome browser's Developer Tool's>Network> for my Request , the Response is source code of ErrorPage.jsp with the status 200 ok and instance ${exception.exceptionMsg} in it is replaced by Correct Error Message ("Error Occured") .
Can any one help me out.I invoked the call through ajax.Though I can alert Error messages through Ajax but I specifically interested to try using spring..(Also for Learning purpose).Thanks in Advance
ErrorPage.jsp
HomePage.jsp
spring-servlet.xml
MyException.java