[求助]struts资源找不到的问题
<a href="/superAdmin.do?method=showAllAdmin">xxx</a>struts的配置文件里
<action
attribute="superAdminForm"
input="/superadmin/superAdmin.jsp"
name="superAdminForm"
parameter="method"
path="/superAdmin"
scope="request"
type="org.springframework.web.struts.DelegatingActionProxy" >
<forward
name="showAdminGo"
path="/superadmin/show.jsp"
redirect="true" />
</action>
<plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
<set-property property="contextConfigLocation" value="/WEB-INF/applicationContext.xml" />
</plug-in>
spring配置文件
<bean name="/superAdmin" class="edu.pgms.struts.action.SuperAdminAction" singleton="false">
</bean>
搜索更多相关主题的帖子:
struts web 资源 superAdmin
----------------解决方案--------------------------------------------------------
郁闷~
本来我们弄的教材是学STRUTS+SPRING+HIBERNATE的
现在老师说不在学那两个了 555555
只学STRUTS的
----------------解决方案--------------------------------------------------------
怎么会找不到资源呢,错误信息是什么
----------------解决方案--------------------------------------------------------
已经帮他解决了
----------------解决方案--------------------------------------------------------