当前位置: 代码迷 >> Java Web开发 >> [求助]struts资源找不到的问题
  详细解决方案

[求助]struts资源找不到的问题

热度:41   发布时间:2006-10-22 14:19:04.0
[求助]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的
----------------解决方案--------------------------------------------------------

怎么会找不到资源呢,错误信息是什么


----------------解决方案--------------------------------------------------------
已经帮他解决了
----------------解决方案--------------------------------------------------------