[EMAIL PROTECTED] wrote:
>
> I have an applet which communicates with a servlet
> via post http message. I would like the applet to be
> redirected to another page.
>

 Check out HttpServletResponse.sendRedirect(). It's
easier than setting all the headers manually.

 But it's a little unclear what you want to happen. If
you're using a URLConnection from an applet, what are
you going to do with the response? Why do you need a
redirect, when the applet could just contact another
URL directly? Etc.


--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.com

___________________________________________________________________________
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