I'm having a problem where Struts has begun 'hanging on' to Web browser requests. I'll call up an Action and the page comes back pretty instantly, as you'd expect, but the little 'still-downloading' image keeps whirling for about 30 seconds. I've tried to track this down thorough my debugger but the request flies through to the end of the Action.execute() method, where I return a forward. Sometime after that it hangs for about 30 seconds, then the request completes. This happens for all Actions in the project. I'm using Tiles, if that makes a difference.
Does this symptom sound familiar to anyone? Any suggestions would be appreciated. Dave Bender