首页>代码>Struts2验证文本框信息>/struts2_validate/src/org/struts2/validate/action/UserAction.java
package org.struts2.validate.action;

import org.struts2.validate.entity.User;

import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionSupport;

public class UserAction extends ActionSupport{
	private User user = new User();

	public User getUser() {
		return user;
	}

	public void setUser(User user) {
		this.user = user;
	}
	public String save(){
		ActionContext.getContext().put("info", "保存");
		return SUCCESS;
	}
	public String update(){
		ActionContext.getContext().put("info", "修改");
		return "success";
	}
	/*public void validateSave() {
		if(user.getUserName().trim().length()==0 || user.getUserName()==null){
			this.addFieldError("userName", "用户名不能为空");//FieldErrors检测是否为空,如果为空表示有错,自动返回到input指定的页面
		}
		if(user.getUserPassword().trim().length()==0 || user.getUserPassword()==null){
			this.addFieldError("userPassword", "密码不能为空");//FieldErrors检测是否为空,如果为空表示有错,自动返回到input指定的页面
		}
	}*/
}
最近下载更多
yang2001  LV5 2020年9月16日
suxuanouba  LV7 2020年6月17日
krislijixiang  LV8 2020年3月12日
mandmas  LV5 2017年11月29日
gxpcwm  LV22 2017年9月7日
sc936866  LV11 2017年8月30日
superman1111  LV2 2017年8月20日
nnhsjsj  LV3 2015年2月1日
holysir  LV28 2013年12月23日
jack明  LV10 2012年10月17日
最近浏览更多
tangyongheng08  LV6 1月15日
uni-code_0123  LV1 2023年11月29日
1872238554 2023年7月16日
暂无贡献等级
talete  LV3 2022年8月2日
郭小七  LV14 2022年2月21日
32131d  LV1 2022年1月4日
WD5678 2020年11月2日
暂无贡献等级
大大大邦德  LV2 2020年10月11日
yang2001  LV5 2020年9月16日
byteyxr  LV6 2020年7月12日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友