Hi all, I encountered the following error when I tried to transfer control from a servlet to displayCMR1.jsp
up to now, i belive the following should be ok: displayCMR1.jsp, servlet, and dispatch path.
could be it due to the lack of certain jar?
any kind soul, pls advise what could be the cause.
the statment I'd used is
getServletContext().getRequestDispatcher("/DisplayCMR1.jsp"
.forward(request, response);
=======the error message is=========================
A Servlet Exception Has Occurred
org.apache.jasper.JasperException: Unable to compile class for JSPimport javax.servlet.*;
^
public class DisplayCMR1$jsp extends HttpJspBase {
^
up to now, i belive the following should be ok: displayCMR1.jsp, servlet, and dispatch path.
could be it due to the lack of certain jar?
any kind soul, pls advise what could be the cause.
the statment I'd used is
getServletContext().getRequestDispatcher("/DisplayCMR1.jsp"
=======the error message is=========================
A Servlet Exception Has Occurred
org.apache.jasper.JasperException: Unable to compile class for JSPimport javax.servlet.*;
^
public class DisplayCMR1$jsp extends HttpJspBase {
^