Posted By:
Anonymous
Posted On:
Sunday, August 24, 2003 11:56 PM
Which is the way you are using to call the other Servlet?. If you are using an include or forward (from RequestDispatcher, e.g), the caller method is mantained. That is if your original Servlet uses the doGet method, your called Servlet will use the doGet method.
Bye,
David