| Author |
Spring: Not able to redirect to a bean
|
VenkataPrasad Regula
Ranch Hand
Joined: Jun 30, 2011
Posts: 63
|
|
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.
|
 |
Andrew Carr
Greenhorn
Joined: Aug 04, 2011
Posts: 4
|
|
If you would, post your web.xml.
Thanks
|
 |
VenkataPrasad Regula
Ranch Hand
Joined: Jun 30, 2011
Posts: 63
|
|
Andrew,
My web.xml consists of the following
|
 |
 |
|
|
subject: Spring: Not able to redirect to a bean
|
|
|