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
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
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
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
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
5 matches
Mail list logo