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