Loading Page Error. Try Again!
Dear Friends.
I want to forward the control to a jsp page from a servlet.
javax.servlet.RequestDispatcher dispatcher = getServletContext().getRequestDispatcher("/home/loginForm.jsp");
dispatcher.forward(request,response);
Hope this code is not working properly.
While running this program at that time one error is occured.
Loading Page Error. Try Again!.
this error is visible in the jsp page.
I am not able to fix that problem.
Please give me some hint.
Thanks & Regards
Santanu

