Steps I m folloeing 1. When first time I hit Login page (It does not thro' inteceptor direct action class) it works fine. 2. For validating user I have written Interceptor. If invalid login then I am setting actionError message and redirect to Login page with action error. It also works fine. 3. But after I set action error If any other user tries to login page It does not hit my action class and Looks for result name=input in my struts.xml file
Even I m setting actionError in Action facing the same problem.
Do you have any class level data members definded for your interceptor? Seeing the code for the interceptor might help. particulary how it decides if it should return a result itself or continue on to the next interceptor.