ssh整合 struts-config内容:
<action-mappings >
<action path="/student" type="org.springframework.web.struts.DelegatingActionProxy" name="stuForm" parameter="operate">
<forward name="index" path="/index.jsp"></forward>
</action>
</action-mappings>
<message-resources parameter="com.yourcompany.struts.ApplicationResources" />
<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
<set-property property="contextConfigLocation" value="classpath:applicationContext.xml"/>
</plug-in>
