RE: Double posting problem [SOLVED]

2005-06-03 Thread Barnett, Brian W.
rvlet. Whew! Glad to have found that one... -Original Message- From: Barnett, Brian W. Sent: Friday, June 03, 2005 11:49 AM To: 'Struts Users Mailing List' Subject: RE: Double posting problem Thanks woodchuck, but the behavior is happening with any request, not just a form submit

RE: Double posting problem

2005-06-03 Thread Barnett, Brian W.
ut of CoyoteAdapter.server(Request, Response). We're using Tomcat 5.0.28. Maybe I'll post on the Tomcat list. I have no idea what could be going on there ?? -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 11:53 AM To: Struts Users Mailing List Subject: Re:

Re: Double posting problem

2005-06-03 Thread Woodchuck
check to see if you are using image buttons to submit your forms. these types of buttons submit your form by default. if you define javascript functions for these buttons to do your submitting that would be the reason for the double submits your getting. you can get around this simply by return

RE: Double posting problem

2005-06-03 Thread Barnett, Brian W.
Not using any Filters. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 11:24 AM To: Struts Users Mailing List Subject: Re: Double posting problem From: "Barnett, Brian W." <[EMAIL PROTECTED]> > We've spent the last c

Re: Double posting problem

2005-06-03 Thread Wendy Smoak
From: "Barnett, Brian W." <[EMAIL PROTECTED]> > We've spent the last couple of weeks enhancing our web app and now every > get/post to Tomcat from our web app is coming in twice. > > Any ideas on what I can check? Do you have any Filters? Check that chain.doFilter(...) is only called *once*. --

Double posting problem

2005-06-03 Thread Barnett, Brian W.
We've spent the last couple of weeks enhancing our web app and now every get/post to Tomcat from our web app is coming in twice. I can't figure out what was changed. I have a breakpoint in the execute() method of our LookupDispatchAction derived base class and all incoming requests come in twice no