亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

登錄時出現404 報錯There is no Action mapped for namespace / and action name login.

登錄時出現404 報錯There is no Action mapped for namespace / and action name login.

楓夜流螢 2018-05-19 12:02:48
<?xml?version="1.0"?encoding="UTF-8"?><!DOCTYPE?struts?PUBLIC "-//Apache?Software?Foundation//DTD?Struts?Configuration?2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd"><struts> <package?name="struts"?extends="struts-default"> <action?name="login"?class="action.LoginAction"> <result?name="SUCCESS">/index.jsp</result> <result?name="ERROR">/login.jsp</result> </action> </package></struts><%@?page?language="java"?import="java.util.*"?pageEncoding="utf-8"%><%String?path?=?request.getContextPath();String?basePath?=?request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%><!DOCTYPE?HTML?PUBLIC?"-//W3C//DTD?HTML?4.01?Transitional//EN"><html>??<head>????<base?href="<%=basePath%>">????????<title>登錄</title>????<meta?http-equiv="pragma"?content="no-cache"><meta?http-equiv="cache-control"?content="no-cache"><meta?http-equiv="expires"?content="0">????<meta?http-equiv="keywords"?content="keyword1,keyword2,keyword3"><meta?http-equiv="description"?content="This?is?my?page"><!--<link?rel="stylesheet"?type="text/css"?href="styles.css">-->??</head>????<body><form?action="login.action"?method?=?"post">??用戶名:<input?type?=?"text"?name?=?"username"><br>????密碼:<input?type?=?"password"?name?="password"><br>????<input?type?=?"submit"?value?=?"登錄"><br>????</form>??????</body></html>package?action;import?vo.User;import?dao.impl.*;import?com.opensymphony.xwork2.ActionSupport;public?class?LoginAction?extends?ActionSupport{ private?User?user; String?uer?=?user.getName(); String?pas?=?user.getPassword(); public?String?execute()?throws?Exception{ System.out.println("action"); boolean?validated?=?false; userDao?ud?=?new?userDao(); ud.validateUser(uer,?pas); if(ud!=null){ validated=true; } if(validated){ return?SUCCESS; }else{ return?ERROR; } }}
查看完整描述

目前暫無任何回答

  • 0 回答
  • 0 關注
  • 1245 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號