VenuGopalArkala wrote:
if ur using
and in js ur giving
function formSubmit(){
document.populationSetForm.addNewR.value = '';
form.submit(); // this is the problem
}
Instead of form.submit() give return true; // ur problem will be solved
O_o
if ur using
and in js ur giving
function formSubmit(){
document.populationSetForm.addNewR.value = '';
form.submit(); // this is the problem
}
Instead of form.submit() give return true; // ur problem will be solved
Manish(Java) wrote:
>
> HI
HI, Charbel
In your problem, please make sure that your deployed application context is
loaded only once. Because here,the problem might be related with it.
Try it first and see what happens.
Manish
- Original Message -
From: "Charbel Abdul-Massih" <[EMAIL PROTECTED]>
To:
Sent: Tue
---Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Monday, February 11, 2008 4:26 PM
To: Struts Users Mailing List
Subject: Re: Every action is getting called twice
--- Charbel Abdul-Massih <[EMAIL PROTECTED]> wrote:
What am I doing wrong? Every request to an action go
On 2/11/08, Charbel Abdul-Massih <[EMAIL PROTECTED]> wrote:
> What am I doing wrong? Every request to an action goes into the actions'
> execute method twice...
This is going to sound unrelated, but, do you use Firefox browser with
Firebug enabled to test your code. I ran into one weird problem
, and if true, calls
>
> Return actionInvocation.invoke();
>
> Does this help any???
>
>
> -Original Message-
> From: Dave Newton [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 11, 2008 4:26 PM
> To: Struts Users Mailing List
> Subject: Re: Every action is getting c
Does this help any???
-Original Message-
From: Dave Newton [mailto:[EMAIL PROTECTED]
Sent: Monday, February 11, 2008 4:26 PM
To: Struts Users Mailing List
Subject: Re: Every action is getting called twice
--- Charbel Abdul-Massih <[EMAIL PROTECTED]> wrote:
> What am I doing wrong?
--- Charbel Abdul-Massih <[EMAIL PROTECTED]> wrote:
> What am I doing wrong? Every request to an action goes into the actions'
> execute method twice...
>
> I am sure that I am returning SUCCESS from the action, and is mapped to a
> valid JSP.
You are not providing enough information for anybod
8 matches
Mail list logo