If, for instance, you wanted to pop-up a form submittal confirmation page that would show the user exactly how their submission would appear before their final submittal. Rather than pass the info to a jsp page and back to the servlet for further processing, such as DB storage, could you use the same servlet to open the window, generate the document, and then handle any subsequent actions upon final submittal?
This is an example I used JSP and servlets for, but was wondering if I could have kept everything within the servlet. I was thinking it would have been more convenient to keep it all within the same servlet. I just didn't know how to specify which window to write to in my printwriter statements, if possible at all. Chris Doyle [EMAIL PROTECTED] On Thursday 12 September 2002 10:49 am, you wrote: > What's the logic that dictates when the servlet opens a new window and when > it doesn't? Or what the window name is or whatever? > > Just trying to understand the problem better so I can help better... > > Michael Nicholson, > Carolina Center for Public Service > > ----- Original Message ----- > From: "Christopher Doyle" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, September 12, 2002 10:03 AM > Subject: Re: open page in new frame > > > I used a similar idea before, except I used the meta refresh tag of the > > html > > > itself to redirect. Since I'm fairly new to Java, I was hoping someone > > might > > > have come across this before and solved it in just Java. How much more > > convenient would that be?! > > > > Chris Doyle > > [EMAIL PROTECTED] > > > > ___________________________________________________________________________ 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