注意一下语句的写法(在login.jsp中的action)
在 struts.xml中 <action name="login"
class="action.Login">
web.xml <url-pattern>/*</url-pattern>
login.jsp <form
action="login.action" method="post"
>
Could not find action or result 导致 页面出现404错误,布布扣,bubuko.com
Could not find action or result 导致 页面出现404错误
原文:http://www.cnblogs.com/acm-bingzi/p/3670126.html