RequestDispatcher is interface and belongs to
javax.servlet  package.

it Defines an object that receives requests from the
client and sends them to any resource (such as a
servlet, HTML file, or JSP file) on the server. The
servlet container creates the RequestDispatcher
object, which is used as a wrapper around a server
resource located at a particular path or given by a
particular name.

u are getting compilatio error. are u sure u are
gettin this error because of that since if u have
class path of that it should not occur.

just try this interface as standalone only  . u will
understand where is teh error






u wrote

Hello,

Does anyone know to which package the class
RequestDispatcher belongs. I
suppose it should be in th Javax.servlet.* or
javax.servlet.http.* but I got
compile error even I import those and I am sure I have
the path to
servlet.jar.

thanks!

//nancy


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

___________________________________________________________________________
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