Re: [OT] request issued twice

2005-03-16 Thread xhu1
I assume you are using weblogic plugin for apache. if so, there is a parameter Idempotent that if the request doesn't get response in the defined time (default 5 min) the plugin will issue anotehr request. --- a k <[EMAIL PROTECTED]> wrote: > Hi all, > > My app has a button that will invoke a lon

Re: [OT] request issued twice

2005-03-16 Thread Lionel
a k wrote: > I am not sure if it is the browser (IE 6.0), apache, weblogic (6.1) > that I should be looking at. Did you look at the users ? ;) Mine click twice or more if request takes more than 2 seconds. I've had to add a javascript alert to block the button until the response is displayed.

RE: [OT] request issued twice

2005-03-16 Thread Scott Purcell
On issues like that, I try and post to a middle page that says "Please wait" and from there push the data to the slow process. Scott -Original Message- From: a k [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 10:24 AM To: user@struts.apache.org Subject: [OT] request issued twi