adspace


What is used to display the intermediate result in an interceptor?

Answer Posted / Raj Kumar Vishwakarma

The result can be stored in the Action or Servlet context using ValueStack or Request or Response object. However, it's important to note that the main purpose of an interceptor is not to store results but rather to perform actions before or after an action is executed.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is action chaining ?

1164


What is the difference between filters and interceptors ?

1311


What are the contents on web.xml in struts application ?

1068


How is declarative handling of exceptions done in struts ?

1006


What do you know about validation plugin ?

1028