Re: Action Framework: simultaneous requests on the same path, in the same session.

2006-01-18 Thread Michael Jouravlev
On 1/18/06, Joe Germuska <[EMAIL PROTECTED]> wrote: > >but I wonder if that's a good idea. > >Am I missing something here? Is there a way to ensure that the > >action is called each time with the set of parameters it was > >supposed to receive? > > If your forms are request scoped, there should be

Re: Action Framework: simultaneous requests on the same path, in the same session.

2006-01-18 Thread Arnaud Diederen
Frank W. Zammetti wrote: Hi Frank, [...] But then again, this would only occur for session-scoped forms as request-scoped forms would be created anew with each request. Ahem.. I totally forgot about the scoping problem. Dunno why, but the ability to define forms as being request-scope or s

Re: Action Framework: simultaneous requests on the same path, in the same session.

2006-01-18 Thread Frank W. Zammetti
Hi Arnaud, On Wed, January 18, 2006 10:56 am, Arnaud Diederen said: > > Hello, > > [I've searched the web and the archives, but couldn't find anything > useful (I'm not sure the terms of my queries were appropriate/efficient)] > > My problem is this (I'm using struts 1.2.7): > > When someone uses

Re: Action Framework: simultaneous requests on the same path, in the same session.

2006-01-18 Thread Joe Germuska
but I wonder if that's a good idea. Am I missing something here? Is there a way to ensure that the action is called each time with the set of parameters it was supposed to receive? If your forms are request scoped, there should be no problem; a new object would be created each time. If you

Action Framework: simultaneous requests on the same path, in the same session.

2006-01-18 Thread Arnaud Diederen
Hello, [I've searched the web and the archives, but couldn't find anything useful (I'm not sure the terms of my queries were appropriate/efficient)] My problem is this (I'm using struts 1.2.7): When someone uses my webapp, some javascript sometimes triggers twice the same action in a very s