hi,
    I am having a strange problem with the
RequestDispatcher.

    I am trying to forward a request from a servlet to
jsp using

 getServletContext().
 getRequestDispatcher(URL).forward(req, res);

 Where URL is the jsp location.


   But when I am trying to compile the servlet it says

Method getRequestDispatcher(java.lang.String) not
found in interface javax.servlet.ServletContext

   ANy suggestions???

thanx,
mohan







__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to