Thanks, and that's what I meant. . . Actions are executing expectedly.
-----Original Message----- From: news on behalf of Laurie Harper Sent: Sat 1/26/2008 11:16 AM To: user@struts.apache.org Subject: Re: Actions executing mulitple times. Paula McDowell wrote: > Has anyone seen actions executing multiple times thus undoing and resetting > fields and increasing performance overhead? We are currently using Struts > 1.1. All my actions execute multiple times, once each time they're requested ;-) Presumably you mean you are seeing your actions executed multiple times for a single request? Without more information it's going to be difficult to diagnose what's happening. One immediate suggestion, though: check for any tags in the page you're returning that have an empty of incorrect 'href' or 'src' attribute. The most common cause of unexpected action executions is the browser trying to retreieve a linked resource such as a stylesheet or an image whose source isn't specified correctly. L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Private and confidential as detailed <a href="http://www.sug.com/disclaimers/default.htm#Mail">here</a>. If you cannot access hyperlink, please e-mail sender.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]