On Nov 25, 2012 4:37 PM, "Wu Ming" <rdyf4e...@gmail.com> 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:
>
> <action name="someAction" class="com.examples.SomeAction">
>     <interceptor-ref name="params"/>
>     <result name="success">result.jsp</result>
> </action>
>
>
> If the timer interceptor being used, we will see this kind of message:
>
> *INFO: Executed action [//hello!execute] took 109 ms.*
>
>
> But what about params interceptor? What would happened if it's used? I
> tried and don't see anything.
>

Reply via email to