为了账号安全,请及时绑定邮箱和手机立即绑定

action找不到的问题,用的是评论去的jar

HTTP Status 404 - There is no Action mapped for namespace [/] and action name [student_save] associated with context path [/sshTest].

type Status report

message There is no Action mapped for namespace [/] and action name [student_save] associated with context path [/sshTest].

description The requested resource (There is no Action mapped for namespace [/] and action name [student_save] associated with context path [/sshTest].) is not available.


路径是没输入错的,jsp也是可以访问的,就是action访问不了


<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts.apache.org/dtds/struts-2.3.dtd">
<struts>
    <package name="test" extends="struts-default" namespace="/">
        <action name="student_*" class="com.ssh.action.StudentAction" method="{1}">
            <result>/index.jsp</result>
        </action>
    </package>
</struts>    

这个是struts的配置


正在回答

1 回答

环境问题,已经解决

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

action找不到的问题,用的是评论去的jar

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信