Interceptor not getting called in Struts
问题 My interceptor ( validation ) is not getting called before or after the action. Any ideas how to get it work ? Note : Everytime the default interceptor is being called. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd"> <struts> <package name="default" namespace="/" extends="struts-default,json-default"> <result-types> <result-type name="tiles" class="org.apache