RE: Actions being executed twice

2004-11-16 Thread Owen Berry
point of view) mean anything. It could just mean the second (i.e. double) > > submit was handled by the same HTTP related thread, such as on HTTP1.1 > > compliant concurrent connections. > > > > Regards, > > David > > > > -Original Message- > &g

RE: Actions being executed twice

2004-11-16 Thread Owen Berry
D] > Sent: Monday, November 15, 2004 3:35 PM > To: Struts Users Mailing List > Subject: Actions being executed twice > > > Hi there, > > I'm having a problem where certain actions are being executed twice when > a user follows a link. I'm hoping somebody has some

RE: Actions being executed twice

2004-11-16 Thread Lesaint Sébastien
ruts Users Mailing List Objet : Re: Actions being executed twice Good suggestion. I didn't think this was happening as there are different thread descriptors in my logs, but I thought I would try something to test this theory, just in case. Printing something out on System.out should verify tha

RE: Actions being executed twice

2004-11-15 Thread David G. Friedman
TP1.1 compliant concurrent connections. Regards, David -Original Message- From: Owen Berry [mailto:[EMAIL PROTECTED] Sent: Monday, November 15, 2004 3:35 PM To: Struts Users Mailing List Subject: Actions being executed twice Hi there, I'm having a problem where certain actions are bein

Re: Actions being executed twice

2004-11-15 Thread Erik Weber
I had some bad JavaScript before that caused a form to submit twice. Erik Owen Berry wrote: Good suggestion. I didn't think this was happening as there are different thread descriptors in my logs, but I thought I would try something to test this theory, just in case. Printing something out on Syst

Re: Actions being executed twice

2004-11-15 Thread Owen Berry
Good suggestion. I didn't think this was happening as there are different thread descriptors in my logs, but I thought I would try something to test this theory, just in case. Printing something out on System.out should verify that this is not a logging problem, right? Well, it still looks like the

Re: Actions being executed twice

2004-11-15 Thread Hubert Rabago
There's been a case like this before reported here on the user list where the person thought the action was executing twice, when in fact the log was just being called twice because of the logging configuration. Make sure that this isn't what you're seeing. If that doesn't do it, maybe posting your

Re: Actions being executed twice

2004-11-15 Thread Owen Berry
On Mon, 2004-11-15 at 15:46, Matt Bathje wrote: > Owen Berry wrote: > > Hi there, > > > > I'm having a problem where certain actions are being executed twice when > > a user follows a link. I'm hoping somebody has some input on this, or > > some suggestions on how I can figure it out. > > > > I'm

Re: Actions being executed twice

2004-11-15 Thread Matt Bathje
Owen Berry wrote: Hi there, I'm having a problem where certain actions are being executed twice when a user follows a link. I'm hoping somebody has some input on this, or some suggestions on how I can figure it out. I'm running Struts 1.1, Tomcat 5.0.28, J2SE 1.4.2_05 and Fedora Core 2. As far as I

Actions being executed twice

2004-11-15 Thread Owen Berry
Hi there, I'm having a problem where certain actions are being executed twice when a user follows a link. I'm hoping somebody has some input on this, or some suggestions on how I can figure it out. I'm running Struts 1.1, Tomcat 5.0.28, J2SE 1.4.2_05 and Fedora Core 2. As far as I can see this o