RE: forwarding to a pop-up window

2004-05-03 Thread Ricardo Cortes
Test Title", props); popup.focus(); } //--> -Original Message- From: Ricardo Cortes Sent: Monday, May 03, 2004 12:02 PM To: Struts Users Mailing List Subject: RE: forwarding to a pop-up window Here's an example of what I'm doing in my Struts application

RE: forwarding to a pop-up window

2004-05-03 Thread Brian Lee
For your tag, set the target to a window name, then when you submit, call a javascript function that opens a new window with the same name. This will submit all the values from the current page into the targetted new window. I think you can also just do and it will submit into a new blank ht

RE: forwarding to a pop-up window

2004-05-03 Thread Ricardo Cortes
Here's an example of what I'm doing in my Struts application to handle opening up a popup window: ')">Reply The DisplayNotePopup action gets called when the user clicks on the link. The parameter messageSubject and messageRecipient g