Re: Rppe: What is the effect of Params Interceptor?

2014-09-23 Thread Manoj . Sharma
Dear Vineesh, The params interceptor also known as parameters interceptor is used to set all parameters on the valuestack.It is found in the default stack bydefault. So you don't need to specify it explicitely. It gets all parameters by calling the getParameters() method of ActionContext and se

Rppe: What is the effect of Params Interceptor?

2014-09-23 Thread Vineesh Anand
On Nov 25, 2012 4:37 PM, "Wu Ming" wrote: > I read this tutorial< > http://www.tutorialspoint.com/struts_2/struts_interceptors.htm>, > but I don't understand what Params Interceptor is used for? > > Example: > > > > result.jsp > > > > If the timer interceptor being used, we will see th