还 是一个SSH的 语句问题
<action-mappings>
<action path="/user" name="userForm" type="org.springframework.web.struts.DelegatingActionProxy" parameter="op">
<forward name="success" path="index.jsp"/>
</action>
</action-mappings>
<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
<set-property property="contextConfigLocation" value="classpath:applicationContext.xml"/>
</plug-in>
上面的两段,大家给讲解一下,走的流程 可以这样说明 先通过什么什么 再通过什么什么 ,最后怎么怎么~~~