RE: Application Flow with Transaction Tokens?

2003-02-19 Thread Jerome Jacobsen
PROTECTED]] Sent: Tuesday, February 18, 2003 3:54 PM To: 'Struts Users Mailing List' Subject: RE: Application Flow with Transaction Tokens? David Geary presented something similar to this in his Advanced JavaServer Pages book. It was implemented on top of his custom Model-2 implementation

RE: Application Flow with Transaction Tokens?

2003-02-19 Thread Greg Hess
- From: Jerome Jacobsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 9:58 AM To: Struts Users Mailing List Subject: RE: Application Flow with Transaction Tokens? I just checked the book. His approach is to just throw a servlet exception when a sensitive form is resubmitted. I

Re: Application Flow with Transaction Tokens?

2003-02-18 Thread Ted Husted
Greg Hess writes: I would like to ignore the fact that the double submit happened and just display the proper receipt. Should I forward the user to a transaction already processed page they will loose their proper receipt and never visually receive the receipt as I also send it by e-mail. I

RE: Application Flow with Transaction Tokens?

2003-02-18 Thread John Espey
3:45 PM To: [EMAIL PROTECTED] Subject: Re: Application Flow with Transaction Tokens? Greg Hess writes: I would like to ignore the fact that the double submit happened and just display the proper receipt. Should I forward the user to a transaction already processed page they will loose

RE: Application Flow with Transaction Tokens?

2003-02-18 Thread DUBCHAK, JOHN (SBCSI)
greater detail and a page reference. HTH, John -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 2:45 PM To: [EMAIL PROTECTED] Subject: Re: Application Flow with Transaction Tokens? Greg Hess writes: I would like to ignore the fact

RE: Application Flow with Transaction Tokens?

2003-02-18 Thread Jerome Jacobsen
of enforcing Javascript to be enabled John's solution is what I've been using. -Original Message- From: John Espey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 18, 2003 3:50 PM To: Struts Users Mailing List Subject: RE: Application Flow with Transaction Tokens? Nobody will like

RE: Application Flow with Transaction Tokens?

2003-02-18 Thread Jeff_Mychasiw
PROTECTED] on 02/18/2003 03:08:01 PM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To:Struts Users Mailing List [EMAIL PROTECTED] cc: Subject:RE: Application Flow with Transaction Tokens? I posted an idea on how to handle this a while back. http