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
html window but you won't be able to set the size or the properties of the new window like you can with window.open(). BAL From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: forwarding to a pop-up window Date: Mon, 3 May 2004 09:49:45 -0500 Hi, I'm new to struts. I have a JSP form

RE: forwarding to a pop-up window

2004-05-03 Thread Ricardo Cortes
ct and messageRecipient get passed as request parameters to the DisplayNotePopup action. Note that I'm also using the core JSTL tag library. -Ricardo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 10:50 AM To: [EMAIL PROTECTED] Sub

forwarding to a pop-up window

2004-05-03 Thread rchar
Hi, I'm new to struts. I have a JSP form which when submitted, needs to open a pop-up window that will display a confirmation message after processing is complete. How would I do this? Thanks. - To unsubscribe, e-mail: [EMAIL PR