R: R: R: my execute method of action class is getting executed twice

2007-12-05 Thread Gigliotti, Andrea
document.forms[0].submit();" in "return true;" Andrea -Messaggio originale- Da: Dave Newton [mailto:[EMAIL PROTECTED] Inviato: martedì 4 dicembre 2007 17.53 A: Struts Users Mailing List Oggetto: Re: R: R: my execute method of action class is getting executed twice What Ja

Re: R: R: my execute method of action class is getting executed twice

2007-12-04 Thread Dave Newton
--- "Gigliotti, Andrea" <[EMAIL PROTECTED]> wrote: > I tried to remove the javascript confirm message, and now it work fine! Btw, I'm in the camp of the other comment that said you're probably submitting it twice (without knowing, since you didn't post the complete code). If you're doing a submit

Re: R: R: my execute method of action class is getting executed twice

2007-12-04 Thread Dave Newton
localization problem with the package_it.properties file. > This is a bug for sure! > > Andrea > > -Messaggio originale- > Da: Dave Newton [mailto:[EMAIL PROTECTED] > Inviato: martedì 4 dicembre 2007 15.38 > A: Gigliotti, Andrea > Oggetto: Re: R: my execute method

R: R: my execute method of action class is getting executed twice

2007-12-04 Thread Gigliotti, Andrea
: Gigliotti, Andrea Oggetto: Re: R: my execute method of action class is getting executed twice Okay, now post the rest of it: the action configuration, the HTML/JSP, any additional JavaScript, etc. d. --- "Gigliotti, Andrea" <[EMAIL PROTECTED]> wrote: > Below my configuration:

R: my execute method of action class is getting executed twice

2007-12-04 Thread Gigliotti, Andrea
xecute method is called twice! Andrea -----Messaggio originale- Da: Dave Newton [mailto:[EMAIL PROTECTED] Inviato: martedì 4 dicembre 2007 15.08 A: Struts Users Mailing List Oggetto: Re: my execute method of action class is getting executed twice --- giglian <[EMAIL PROTECTED]> wrote: > Th

Re: my execute method of action class is getting executed twice

2007-12-04 Thread Dave Newton
--- giglian <[EMAIL PROTECTED]> wrote: > The method return the number of rows deleted. What method does? A method being called by execute()? > I thought was a bug of my application, but now i'm > thinking it's a bug of struts 2 framework. I hope > will be fix very soon. That's certainly possibl

Re: my execute method of action class is getting executed twice

2007-12-04 Thread Ing. Andrea Vettori
I think you should check if it's the browser that submits the form two times. I thought was a bug of my application, but now i'm thinking it's a bug of struts 2 framework. I hope will be fix very soon. Regards Andrea xniit2003 wrote: Hi, I am new in struts2. In my action class I decla

Re: my execute method of action class is getting executed twice

2007-12-04 Thread giglian
n. > > Thanks > -- View this message in context: http://www.nabble.com/my-execute-method-of-action-class-is-getting-executed-twice-tf4927568.html#a14151247 Sent from the Struts - User mailing list archive at Nabble.com. - T

Re: my execute method of action class is getting executed twice

2007-12-01 Thread Gary Affonso
xniit2003 wrote: Hi, I am new in struts2. In my action class I declared some global fields and one execute method.This class extends another class, which extends Actionsupport class. Now my execute method is getting processed twice. From this execute method, execution goes to some other method,

my execute method of action class is getting executed twice

2007-12-01 Thread xniit2003
lso getting processed twice. Can anyone faced similar situation. Thanks -- View this message in context: http://www.nabble.com/my-execute-method-of-action-class-is-getting-executed-twice-tf4927568.html#a14103442 Sent from the Struts - User mailing list archive at Nabble.