java.lang.NoSuchMethodException: MyAction.Action.execute()

来源:学生作业学帮网 编辑:学帮网 时间:2024/07/06 16:03:39

java.lang.NoSuchMethodException: MyAction.Action.execute()

你的struts.xml配置错误,或者是url错误
把struts.xml贴出来,并且把你访问的路径打出来
java.lang.NoSuchMethodException:MyAction.Action.execute()表示根据你的配置,访问MyAction
找不到execute方法