hi ther,
i want to call Testservlet2 in Testservlet1 using URL Class...
like
URL url = new URL("/servlet/TestServlet2");
(without using res.sendRedirect())
i kn tht i can make use of URL class and AppletContext in
Applets to showDocuments ....but i want to kn how do we make use of URL class in
servlets to call another servlet....
Rao