
Explain interceptors? Which interceptor is responsible for setting action's JavaBean properties?

Hi Samar,
The interceptor is pre-processor. It processes the request before the execution and after the execution. The
com.opensymphony.xwork2.interceptor.ParametersInterceptor is the interceptor class who sets the action's JavaBean properties from request.
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.