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
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
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
3 matches
Mail list logo