Re: invoking one servlet from another and also how to forward a request from one servlet to another?
Posted By:
AlessandroA_Garbagnati
Posted On:
Tuesday, April 30, 2002 12:48 AM
Hi,
Check out the RequestDispatcher object, and the two methods forward() and include(). You can find additional info on here searching through the FAQs and the Forum threads.