我有个action继承了DispatchAction,我可以通过jsp页面调用action里面的方法
但是我在struts-config.xml里面加了
<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn" >
   <set-property property="contextConfigLocation" value="/WEB-INF/applicationContext.xml"/>
</plug-in>
jsp调用action里面的方法时
HTTP Status 404 - Servlet action is not available--------------------------------------------------------------------------------type Status reportmessage Servlet action is not availabledescription The requested resource (Servlet action is not available) is not available.不知道哪里出问题了