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

2007-12-05 Thread Gigliotti, Andrea
(); 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 JavaScript confirm message? *Please* post

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

2007-12-04 Thread giglian
-execute-method-of-action-class-is-getting-executed-twice-tf4927568.html#a14151247 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

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

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 possible,

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

2007-12-04 Thread Gigliotti, Andrea
; } - - - - - - - - - - - - - The class ActionBase extends ActionSupport. The action's execute 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

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

2007-12-04 Thread Gigliotti, Andrea
A: 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: O.S. Windows XP Pro (ITA

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

2007-12-04 Thread Dave Newton
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 of action class is getting executed twice Okay, now post

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 from

my execute method of action class is getting executed twice

2007-12-01 Thread xniit2003
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.com

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