Re: Newbie question: Can anything cause the controller servlet to set the ActionForm bean twice

2004-04-20 Thread Neil Erdwien
I've seen cases where a user accidentally double-clicks on the submit button and submits the form twice in quick succession. Struts' transaction token handling can prevent multiple submissions from being processed. However, I think this would happen after the ActionForm has been populated, so

RE: Newbie question: Can anything cause the controller servlet to set the ActionForm bean twice

2004-04-20 Thread Kunal H. Parikh
Hey Neil! Can you update me on the Struts' transaction token handling? What exactly is Struts' transaction token handling? TIA, Kunal -Original Message- From: Neil Erdwien [mailto:[EMAIL PROTECTED] Sent: Wednesday, 21 April 2004 06:59 To: Struts Users Mailing List Subject: Re: