When you forward to the post-process after the first submit forward to a jsp with something like
<body onload="popup('<html:rewrite page="/preview.do />')">
Your window will popup..
the preview action can be mapped to you form and life should be great..
Does this help?
Cheers Mark
On Monday, September 1, 2003, at 07:24 PM, David Terry wrote:
How can I read the values out of a page, do some processing on those values, display a pop-up "confirmation page" with the processed values and then have the user click Save (or Cancel) and have the pop-up window disappear while the main page gets processed?
I'm using struts and have no trouble reading the data out of the page when submitted. But I want to hold off submitting the page until after the user responds to the pop-up.
Is this a catch-22? The pop-up needs access to the form data, but the form data shouldn't be submitted (or at least not saved) until after the pop-up.
Any ideas?
Thanks, David Terry
----------------------------------------------------------------------- -------
This message may contain confidential information, and is intended only for the use of the individual(s) to whom it is addressed.
======================================================================= =======
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]