I m developing module in my eclipse IDE,
I have designed a web page using JSP and Hibernate concepts where in i have to enter required details and after clicking on submit button they are directly entered into database. this part is done successfully
but the only problem is when m trying to get back to my original page it shows error message as:
The requested resource (/abs.jsp) is not available.
Where as i have already declared required functions for returning back from the page. I m not understanding the error.
I will be glad if someone help me.
thanks in advance.