Re: Avoid resubmit

2005-02-03 Thread Brandon Mercer
Hello Hong, I'm not sure how to handle this Read up on it, I know that it worked fine for me the way I explained to you. It doesn't seem that the client would make a difference in how this works either. Even if it did queue it up, the first submit in queue would hit the server, respond bac

Re: Avoid resubmit

2005-02-03 Thread Cedric Levieux
y 03, 2005 3:28 PM Subject: Re: Avoid resubmit > I count a problem when use Struts Token. > When I submit a form, Action class will check token, get data and > response to customer. > But If I click more than one time during Action processing request, It > will send request one by

Re: Avoid resubmit

2005-02-03 Thread Anthony Hong
I count a problem when use Struts Token. When I submit a form, Action class will check token, get data and response to customer. But If I click more than one time during Action processing request, It will send request one by one after each response. That seams, IE put my click even in a queue and s

Re: Avoid resubmit

2005-02-03 Thread Brandon Mercer
Kalluru Uma. Maheswar wrote: What is this "Token System"? How to use it? Two lines of code really! When you create the form you'll do public ActionForward yourForm( final ActionMapping mapping, final ActionForm form, final HttpServletRequest request, final HttpServletResponse respon

RE: Avoid resubmit

2005-02-03 Thread Kalluru Uma. Maheswar
What is this "Token System"? How to use it? -Original Message- From: Cedric Levieux [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 5:23 PM To: Struts Users Mailing List Subject: Re: Avoid resubmit By using the Token system - Original Message - From: &q

Re: Avoid resubmit

2005-02-03 Thread Cedric Levieux
By using the Token system - Original Message - From: "Kalluru Uma. Maheswar" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, February 03, 2005 12:42 PM Subject: Avoid resubmit Hi, I have a form with a simple text box and a text area. The user enters some informatio