hi,

sorry this is a newbie question.  i'm trying to get a requestDispatcher
method.  at first it said, class requestdispatcher not found, i
suspected that it would be my servlet.jar's version, after that i went
to download a new version(2.1) of servlet.jar.  it gives this error, so
called method not found, blah blah.....

thanks for any help/suggestion.

peace,
ced

 RequestDispatcher rd =
getServletContext().getRequestDispatcher("/welcome.jsp");

Login.java:83: Method getRequestDispatcher(java.lang.String) not found
in interface javax.servlet.ServletContext.
             getServletContext().getRequestDispatcher("/welcome.jsp");
                                                     ^
1 error

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to