struts2 The requested resource (/struts2/test/helloworld) is
来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/10 14:11:39
struts2 The requested resource (/struts2/test/helloworld) is not available.
struts.xml
/WEB-INF/page/hello.jsp
web.xml
struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
struts2
/*
index.jsp
hello.jsp
My JSP 'hello.jsp' starting page
${message}
HelloWorldAction.java
package cn.itcast.action;
public class HelloWorldAction {
private String message;
public String getMessage() {
return message;
}
public String execute(){
message="这是我的第一个struts2应用";
return "success";
}
}
struts.xml
/WEB-INF/page/hello.jsp
web.xml
struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
struts2
/*
index.jsp
hello.jsp
My JSP 'hello.jsp' starting page
${message}
HelloWorldAction.java
package cn.itcast.action;
public class HelloWorldAction {
private String message;
public String getMessage() {
return message;
}
public String execute(){
message="这是我的第一个struts2应用";
return "success";
}
}
看看你的page放哪了? 路径应该是 : WebRoot/WEB-INF/page/hello.jsp
项目的属性看看Web Context-root是什么,看看你的访问路径 /struts2/test/helloworld 是否正确,
注意与 Web Context-root 一致.
项目的属性看看Web Context-root是什么,看看你的访问路径 /struts2/test/helloworld 是否正确,
注意与 Web Context-root 一致.
struts2 The requested resource (/struts2/test/helloworld) is
The requested resource (/Log/) is not available
struts2 + json
The requested resource is not available.怎么改?
求助404错误.The requested resource (/CourseMis/login_confirm) is
The requested resource (/Tongxun/login.jsp) is not available
The requested resource (/shopping/Login.jsp) is not availabl
The requested resource (/regist.jsp) is not available是什么意思
struts2 的标签
Struts2 标签用法
Struts2:${ResultValue}是什么意思?
struts2标签解释