This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes Problem With Execute and Wait Interceptor Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Problem With Execute and Wait Interceptor" Watch "Problem With Execute and Wait Interceptor" New topic
Author

Problem With Execute and Wait Interceptor

Arpit Gadle
Ranch Hand

Joined: Dec 16, 2008
Posts: 69

Hi...

I am trying to add a page which informs the user that processing is going , if request processing takes more than 15 sec(see struts.xml snippet using execute and wait interceptor).

The issue is that execution time take by Department action, is same as specified in delay parameter. But if I don't use execute and wait interceptor,
the execution of Department Action takes around a 1 second.

struts.xml




Department.java



Please have a look at above snippets and provide your suggestions


Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Problem With Execute and Wait Interceptor
 
Similar Threads
Redirects in Inceptor
Null Pointer Exception After calling Execute And Wait Interceptor
Validation error mesage is not display in browser
Struts 2 Problem
Struts2 - execAndWait Interceptor