I have found and fixed the problem. FYI: It turns out that it was a very obscure problem with a ServletFilter that was redirecting back to the ActionClass URI in some cases. So it wasn't a problem with Struts after all.
Thanks for the help on this one. tw > > > -----Original Message----- > > > From: T. Wheeler [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, September 19, 2002 09:04 > > > To: Struts Users Mailing List > > > Subject: Some ActionClasses Are Invoked Twice, Why? > > > I have found a bug in a Struts application I am developing at > > > work, and > > > I am having trouble figuring out what might be causing it. I > > > will give > > > the brief overview below, and be happy to dive into as much detail as > > > might be needed. > > > > > > The problem: > > > I have started adding logging to several of my action classes and have > > > started noticing that some of them are being called twice in quick > > > succession. I know for a fact that it's not a user double-clicking to > > > submit a form; I can reproduce it (only some of the ActionClasses have > > > this problem, but they have it consistently. To help illustrate the > > > problem, I have an excerpt of the log below, showing that the > > > ActionClass was called twice: -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

