Struts2のInterceptorを挟むとActionへ値が渡らない

バージョンと設定 ・Tomcat 8.x・Struts 2.3.24.1struts.xml での struts.enable.DynamicMethodInvocation は true そもそもInterceptorを呼び出すのに苦労… struts2-convention-pluginを使ってDynamicMethodInvocationをtrueにしているとstruts.xmlにてpackageのactionを書かないのですがどうもそんなサンプルが全然出て…