Actually JavaWorld had an article demonstrating that you could also POST
to a particular page, if you use the right order of operations.

See: http://www.javaworld.com/javaworld/javatips/jw-javatip34.html

(Actually found with a quick search on Google.  Never hurts to check
ahead. )

Chen, Gin wrote:

> 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
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to