This can be done by sending a "valid" response back from doPost to the applet, then having the applet invoke the servlet doGet, with a parameter that means "write webpage to the browser" > X-Sender: [EMAIL PROTECTED] > Mime-Version: 1.0 > Date: Wed, 16 Aug 2000 11:18:45 +1000 > From: Nelson <[EMAIL PROTECTED]> > Subject: [SERVLET-INTEREST] communicating from applet to servlet to browser? > Comments: To: "A mailing list for discussion about Sun Microsystem's Java Servlet API Technology." <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > > Hi, > > Is this scenario possible? : > > Applet communicates to doPost() in servlet, then if everything is ok the > servlet then sends a webpage back to the browser (NOT the applet) - I know > that normally the output would go back to the applet, but is there a way to > make it go to the browser instead? > > I hope this makes sense. > > Thanks, > Nelson > > ___________________________________________________________________________ > 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 ___________________________________________________________________________ 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
