In the "/something", i have to use the jsp name? I will explain you in detail.I have a login page named index.jsp.when i login ,the values are get and set in UserBean.java and the UserController.java access the values and check with the database.If the values entered in the login page are matched with the db, the return page will be intermediater.jsp and if the values are not correct, the return page will be Login1.jsp. When i use return and modelview in UserController.java, I can able to access the jsp. But in Intermediater.jsp, I have a button, pause.When i click on that, I have to access the unpause.jsp.In this page i am getting the error.
The requested resource (/springhibernate/Unpause.jsp) is not available.
Now where should i give Unpause.jsp?Please assist me to do this.