Title: Servlet calling servlet
I'm assuming that because you mention form you want to do it from the client side.
In which case, a href can do the same thing.
Just include a href pointing to the other servlet and you'll be fine without a form.
you can even put params into the href to access as a get.
 
If you dont mean client side then have a look at RequestDispatchers as was mentioned earlier.
-Tim
-----Original Message-----
From: Margallo, Michael [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 4:26 AM
To: [EMAIL PROTECTED]
Subject: Servlet calling servlet

Hi,

Is there a way for a servlet to call a servlet without a form?

Thanks,
Mike

Reply via email to