注意一下语句的写法(在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" >
注意一下语句的写法(在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" >