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
Below my configuration: O.S. Windows XP Pro (ITA) Tomcat 5.0.27 JDKL 1.5.0.12 IE 6.0 Action's code: - - - - - - - - - - - - - package it.kappapackaging.com.action.visits; import java.sql.Connection; import java.sql.DriverManager; import com.opensymphony.xwork2.ActionSupport; import it.kappapa