I have written the following line in doGet() method
getServletContext().getRequestDispatcher("/servlet/ShowSession").include(request,response);
but the compiler is giving an error saying that :
HelloWorld.java:44: Method getRequestDispatcher (java.lang.String) not found in interface javax.servlet.ServletContext.
getServletContext().getRequestDispatcher("/servlet/ShowSession").include(request
,response);
Can anyone pls explain this?
thank you
[This message has been edited by Shilpa Jain (edited October 19, 2000).]