Yanto wrote:
thanks, we are able to run the interceptor now, but we have another issue,
the interceptor will Loop,
we create the sample follow the code from the webworks

*public* *class* *InterceptorSample* *extends* AbstractInterceptor {
      @Override
      *public* String intercept(ActionInvocation invocation) *throws*Exception {
            System.*out*.println("Testing the interceptor flow from TEST:");
            *return* invocation.invoke();
      }
 }

You're saying that with the above interceptor invoking the action loops infinitely and without it it doesn't?

We'd need to see the action and interceptor configuration at the least.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to