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]

Reply via email to