和视频上一样的代码
HTTP Status 404 - /sh/users/Users_login.action
type Status report
message /sh/users/Users_login.action
description The requested resource is not available.
Apache Tomcat/7.0.65
是不是你的方法名不是小写?
/**
* 使用默认的validate()需要在struts.xml配置
* <result name="input">/users/Users_login.jsp</result>
* 才能返回登录页面去显示错误信息
*/
没有Web-INF 里面没有Web.xml 也会出现这个问题
检查下stucts.xml是否进行配置
检查下action