What does execandwait interceptor?
Answer / Harish Agarwal
The `execAndWait` interceptor in Struts processes a request and then waits for its response before continuing with the execution chain. This can be useful to ensure that some actions are executed synchronously, such as logging requests.
| Is This Answer Correct ? | 0 Yes | 0 No |
What’s the utilization of struts.xml configuration file?
What is the purpose of execute method of action class?
how you implement and maintain your struts project by using MVC2 arch?
Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.
What are the applications of struts?
What are the classes used as part of struts framework ?
What is dispatch action class?
Can we have multiple struts config files in a single web app?
What are the advantages of spring mvc over struts mvc?
how the error can be showed in the jsp page in struts?
How struts2 supports internationalization?
What is the use of Struts.xml configuration file?