Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RequestDispatcher

Status
Not open for further replies.

elanja

Programmer
Sep 10, 2003
13
IN
I am using RequestDispatcher Method.
It throws someerror.
which class I should Import to rectify this problem.

By
Rams
 
You need to Import javax.server.RequestDispatcher

You need servlet.jar in your classpath.

Cheers
venu
 
elan,
if you are working with tomcat, then copy servlet.jar
to ..tomcat41\common\lib directory. This way, you don't have to add it to the classpath since tomcat will load up everything in that jar file.

~za~
You can't bring back a dead thread!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top