教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 学前教育 >

第15章struts2校验机制(6)

来源:网络收集 时间:2026-08-30
导读: 再次输入密码 出生日期 身高(米) 电子邮箱 博客 【RegisterAction.java】 package my.ognl; import java.util.Date; import com.opensymphony.xwork2.ActionSupport; public class RegisterAction extends ActionSu

再次输入密码

出生日期

身高(米)

电子邮箱

博客

 

【RegisterAction.java】

package my.ognl;

import java.util.Date;

import com.opensymphony.xwork2.ActionSupport;

public class RegisterAction extends ActionSupport{ private String username; private String password; private String repassword; private double height; private Date birthday; private String email; private String blogurl;

public Date getBirthday() { return birthday; }

public void setBirthday(Date birthday) { this.birthday = birthday; }

public String getUsername() { return username; }

public void setUsername(String username) { this.username = username; }

public String getPassword() { return password; }

public void setPassword(String password) { this.password = password; }

public String getRepassword() { return repassword; }

}

public void setRepassword(String repassword) { this.repassword = repassword; }

public double getHeight() { return height; }

public void setHeight(double height) { this.height = height; }

public String getEmail() { return email; }

public void setEmail(String email) { this.email = email; }

public String getBlogurl() { return blogurl; }

public void setBlogurl(String blogurl) { this.blogurl = blogurl; }

public String execute(){

System.out.println(birthday); return SUCCESS; }

【RegisterAction-validation.xml】

\

\>

username 用户名不可为空

password 密码不可为空

repassword 再次输入密码不可为空

height 身高不可为空

email 邮箱不可为空

birthday 生日不可为空

blogurl 博客不可为空

username

用户名长度必须在4到20之间且必须是数字和字母

password 6

密码不得小于${minLength}位

blogurl 博客地址不正确

email 邮箱地址不正确

height 0.7 2.5

身高必须在${minInclusive}和${maxInclusive}之间

birthday 1900-01-01 2010-01-01

出生日期必须在${min}和${max}之间

【struts.xml】

第15章struts2校验机制(6).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wendang/591449.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)