RE: Popups with Struts.

2004-07-27 Thread Frank Zammetti
Perhaps I'm not getting it, but... Why couldn't you just add target="_blank" to your form? Then, it would be submitted to your Struts Action, and the result (a JSP rendering I presume) would go to the new window. If you need a little more control, another option is to make your page a frameset

RE: Popups with Struts.

2004-07-27 Thread Angharad Stapleton
indow so I suppose window.open() would work just as well. -Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: 23 July 2004 16:50 To: Struts Users Mailing List Subject: RE: Popups with Struts. > Another way would be to pass the needed information as > request

RE: Popups with Struts.

2004-07-26 Thread Richard Mixon (qwest)
helps. > -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 8:05 AM > To: Struts Users Mailing List > Subject: Re: Popups with Struts. > > > From: "Angharad Stapleton" <[EMAIL PROTECTED]> > > The only way

Re: Popups with Struts.

2004-07-23 Thread Wendy Smoak
From: "Angharad Stapleton" <[EMAIL PROTECTED]> > The only way I can think of at the moment is to store > information in session, and pass control back to form page with a parameter > that would tell it to open a pop-up window and get the information from the > session. I'm thinking there is probabl