Fork me on GitHub
摘要: 一、struts2和action二、Result三、struts.xml四、namespace第一种绝对路径第二种/user/login.action" method="post">第三种 页面中直接写以下代码">提交地址不用改变五、异常机制局部异常package com.pb.web.action... 阅读全文
posted @ 2015-03-29 17:02 森林森 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 一、result简述result:输出结果;第个Action返回一个字符串,Struts2根据这个值来决定响应结果name属性:result的逻辑名。和Actin里的返回值匹配,默认"success"值 :指定对应的实际资源位置二、Action中返回其它值如果Action中返回其它扯,result中... 阅读全文
posted @ 2015-03-29 15:16 森林森 阅读(628) 评论(0) 推荐(3) 编辑
摘要: 一、method参数actionpackage com.pb.web.action;public class HourseAction { public String add(){ System.out.println("执行添加操作!"); return ... 阅读全文
posted @ 2015-03-29 01:21 森林森 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 一、属性接收参数并输出导入struts2的包,导入需要的包和struts.xml配置文件 /error.jsp ... 阅读全文
posted @ 2015-03-29 01:20 森林森 阅读(2599) 评论(0) 推荐(0) 编辑