posted 11 years ago
I have two pages 1. login.jsp 2. HomeForm.jsp. As I try to redirect from login to homeform using redirect:/home.htm, from xxx-servlet.xml, it is giving the error(No mapping found for HTTP request with URI [/CustomerLogin/home.htm] in DispatcherServlet with name 'login'). My xxx-servlet.xml is as below. Thanks in advance.