锘??xml version="1.0" encoding="utf-8" standalone="yes"?>中文字幕精品亚洲无线码二区,亚洲最新在线视频,亚洲乱亚洲乱妇无码麻豆http://www.tkk7.com/zhengzhili/category/46735.html涔﹀北鏈夎礬鍕や負(fù)寰勶紝瀛︽搗鏃犳動(dòng)鑻︿綔鑸?/description>zh-cnMon, 08 Nov 2010 14:25:02 GMTMon, 08 Nov 2010 14:25:02 GMT60Struts2瀛︿範(fàn)絎旇 鈥斺?涓婁紶鍜屼笅杞?/title><link>http://www.tkk7.com/zhengzhili/archive/2010/11/07/337455.html</link><dc:creator>Brian</dc:creator><author>Brian</author><pubDate>Sun, 07 Nov 2010 06:19:00 GMT</pubDate><guid>http://www.tkk7.com/zhengzhili/archive/2010/11/07/337455.html</guid><wfw:comment>http://www.tkk7.com/zhengzhili/comments/337455.html</wfw:comment><comments>http://www.tkk7.com/zhengzhili/archive/2010/11/07/337455.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/zhengzhili/comments/commentRss/337455.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/zhengzhili/services/trackbacks/337455.html</trackback:ping><description><![CDATA[     鎽樿:     Struts2榛樿浣跨敤Jakarta鐨凜ommon-FileUpload鐨勬枃浠朵笂浼犺В鏋愬櫒銆傝struts.properties閰嶇疆鏂囦歡涓細(xì) Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#鎸囧畾浣跨敤COS鐨勬枃浠朵笂...  <a href='http://www.tkk7.com/zhengzhili/archive/2010/11/07/337455.html'>闃呰鍏ㄦ枃</a><img src ="http://www.tkk7.com/zhengzhili/aggbug/337455.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/zhengzhili/" target="_blank">Brian</a> 2010-11-07 14:19 <a href="http://www.tkk7.com/zhengzhili/archive/2010/11/07/337455.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>Struts2瀛︿範(fàn)絎旇鈥斺旇緭鍏ユ牎楠岋紙浜岋級(jí)http://www.tkk7.com/zhengzhili/archive/2010/10/24/336024.htmlBrianBrianSun, 24 Oct 2010 07:35:00 GMThttp://www.tkk7.com/zhengzhili/archive/2010/10/24/336024.htmlhttp://www.tkk7.com/zhengzhili/comments/336024.htmlhttp://www.tkk7.com/zhengzhili/archive/2010/10/24/336024.html#Feedback0http://www.tkk7.com/zhengzhili/comments/commentRss/336024.htmlhttp://www.tkk7.com/zhengzhili/services/trackbacks/336024.html     瀵逛簬login鏂規(guī)硶鐨勬牎楠岋紝鍙互閫氳繃<ActionClassName>-<ActionAliasName>-validation.xml鏂囦歡鏉ユ牎楠岋紝鍗砇egistAction-login-validation.xml鏂囦歡榪涜鏍¢獙銆傚悓鏃訛紝RegistAction-validation.xml鐨勬牎楠岃鍒欎粛鏃уlogin鏂規(guī)硶鏈夋晥銆傚嵆login鏂規(guī)硶鐨勬牎楠岃鍒欐槸Region-validation.xml鍜孯egistAction-login-validation.xml鐨勬誨拰銆?br />     濡傛灉RegistAction緇ф壙浜?jiǎn)BaseAction錛岄偅涔堝浜嶣aseAction綾葷殑鏍¢獙瑙勫垯涔熶細(xì)琚玆egistAction綾繪墍緇ф壙鏍¢獙銆傚叿浣撴潵璇達(dá)紝鍏舵牎楠岃鍒欑殑鎼滅儲(chǔ)鏂囦歡瑙勫垯濡備笅錛?br />         BaseAction-validation.xml
        BaseAction-鍒悕-validation.xml
        RegistAction-validation.xml
        RegistAction-鍒悕-validation.xml

    瀵逛簬Struts2鎵鏀寔鐨勫唴寤烘牎楠屽櫒錛屾垜浠彲浠ラ氳繃xwork.2.1.2.jar涓殑com/opensymphony/xwork2/validator/validators/default.xml鏂囦歡鏌ョ湅銆?/p>

    闄や簡(jiǎn)閰嶇疆鏂囦歡錛孲truts2涔熸敮鎸丄nnotation銆備笅闈㈠氨鏄嬌鐢ˋnnotation閰嶇疆鐨凴egistAction:

@Validation()
public class RegistAction extends ActionSupport {
    private static final long serialVersionUID = -2113900523366315993L;
    
    //璇ヨ姹傚寘鍚殑4涓姹傚弬鏁?br />     private String name;
    private String pass;
    private int age;
    private Date birth;
    
    
    public String getName() {
        return name;
    }
        @RequiredStringValidator(type=ValidatorType.FIELD,key="name.required",message="")
        @RegexFieldValidator(type=ValidatorType.FIELD,expression="\\w{4,25}",key="name.regex",message="")
    public void setName(String name) {
        this.name = name;
    }
    public String getPass() {
        return pass;
    }
        @RequiredStringValidator(type=ValidatorType.FIELD,key="pass.required",message="")
        @RegexFieldValidator(type=ValidatorType.FIELD,expression="\\w{4,25}",key="pass.regex",message="")
    public void setPass(String pass) {
        this.pass = pass;
    }
    public int getAge() {
        return age;
    }
        @IntRangeFieldValidator(message="",key="age.range",min="1",max="150")
    public void setAge(int age) {
        this.age = age;
    }
    public Date getBirth() {
        return birth;
    }
        @DateRangeFieldValidator(message="",key="birth.range",min="1900/01/01",max="2050/01/21")
    public void setBirth(Date birth) {
        this.birth = birth;
    }
}

     

    瀵逛簬涓嶈兘閫氳繃鍐呯疆鏍¢獙鍣ㄨ繘琛屾牎楠岀殑閫昏緫錛屽垯鍙氳繃閲嶅啓validate()鏂規(guī)硶鏉ュ疄鐜般傚鏋滀竴涓狝ction涓瓨鍦ㄥ涓昏緫澶勭悊錛屽垯闇瑕侀氳繃validateXxx()鏂規(guī)硶鏉ュ垎鍒繘琛屾牎楠岋紝鍏朵腑Xxx浠h〃鏂規(guī)硶鍚嶃傚login()鏂規(guī)硶瀵瑰簲鐨勬牎楠屾柟娉曚負(fù)validateLogin()銆?/p>

    Struts2鐨勮緭鍏ユ牎楠屾祦紼嬶細(xì)

    1銆傜被鍨嬭漿鎹㈠櫒璐熻矗瀵瑰瓧絎︿覆鐨勮姹傚弬鏁版墽琛岀被鍨嬭漿鎹紝騫跺皢榪欎簺鍊艱緗垚Action鐨勫睘鎬у箋?/p>

    2銆傚湪鎵ц綾誨瀷杞崲榪囩▼涓紝濡傛灉鍙戠敓寮傚父錛屽垯灝嗗紓甯鎬繚瀛樺埌ActionContext涓紝騫剁敱conversionError鎷︽埅鍣ㄨ礋璐e皢鍏跺皝瑁呭埌fieldError閲屻傜劧鍚庢墽琛岀3姝ワ紱濡傛棤寮傚父錛岀洿鎺ユ墽琛岀3姝ャ?/p>

    3銆傝皟鐢⊿truts2鍐呯疆鐨勮緭鍏ユ牎楠岃鍒欒繘琛岃緭鍏ユ牎楠?/p>

    4銆傞氳繃鏀懼皠璋冪敤validateXxx()鏂規(guī)硶銆?/p>

    5銆傝皟鐢╲alidate()鏂規(guī)硶銆?/p>

    6銆傚鏋滀笂榪伴兘鏈彂鐢焒ieldError錛屽皢璋冪敤Action閲屽鐞嗙敤鎴瘋姹傜殑澶勭悊鏂規(guī)硶錛涘鏋滃嚭鐜頒簡(jiǎn)fieldError錛屽垯杞叆input閫昏緫瑙嗗浘鎵鎸囧畾鐨勮鍥捐祫婧愩?



Brian 2010-10-24 15:35 鍙戣〃璇勮
]]>
Struts2瀛︿範(fàn)絎旇鈥斺旇緭鍏ユ牎楠岋紙涓錛?/title><link>http://www.tkk7.com/zhengzhili/archive/2010/10/24/336019.html</link><dc:creator>Brian</dc:creator><author>Brian</author><pubDate>Sun, 24 Oct 2010 07:01:00 GMT</pubDate><guid>http://www.tkk7.com/zhengzhili/archive/2010/10/24/336019.html</guid><wfw:comment>http://www.tkk7.com/zhengzhili/comments/336019.html</wfw:comment><comments>http://www.tkk7.com/zhengzhili/archive/2010/10/24/336019.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/zhengzhili/comments/commentRss/336019.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/zhengzhili/services/trackbacks/336019.html</trackback:ping><description><![CDATA[     鎽樿:     Struts2鎻愪緵浜?jiǎn)鍩轰簬楠岃瘉妗嗘灦鐨勮緭鍏ユ牎楠屽Q屽湪榪欑鏍¢獙鏂瑰紡涓嬶紝鎵鏈夌殑杈撳叆鏍¢獙鍙渶瑕侀氳繃鎸囧畾鐨勯厤緗枃浠跺嵆鍙係truts2涓瘡涓狝ction閮芥湁涓涓牎楠屾枃浠訛紝鍏惰鍒欎負(fù)錛?lt;Action鍚嶅瓧>-validation.xml銆傚錛?Code highlighting produced by Actipro CodeHighlighter (freewar...  <a href='http://www.tkk7.com/zhengzhili/archive/2010/10/24/336019.html'>闃呰鍏ㄦ枃</a><img src ="http://www.tkk7.com/zhengzhili/aggbug/336019.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/zhengzhili/" target="_blank">Brian</a> 2010-10-24 15:01 <a href="http://www.tkk7.com/zhengzhili/archive/2010/10/24/336019.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.tkk7.com/" title="亚洲av成人片在线观看">亚洲av成人片在线观看</a> <div class="friend-links"> </div> </div> </footer> 主站蜘蛛池模板: <a href="http://ywjh666.com" target="_blank">久久国产亚洲观看</a>| <a href="http://468862.com" target="_blank">亚洲一区日韩高清中文字幕亚洲 </a>| <a href="http://6969xxoo.com" target="_blank">在线A亚洲老鸭窝天堂</a>| <a href="http://www6yg6yg.com" target="_blank">99亚洲男女激情在线观看</a>| <a href="http://wua72.com" target="_blank">日韩免费一级毛片</a>| <a href="http://chaoxung.com" target="_blank">亚洲精品无码久久久久YW</a>| <a href="http://xacfdq.com" target="_blank">色吊丝永久在线观看最新免费</a>| <a href="http://eoeoyui.com" target="_blank">亚洲精品无码永久在线观看男男</a>| <a href="http://9797ww.com" target="_blank">永久免费bbbbbb视频</a>| <a href="http://senimei9.com" target="_blank">色欲aⅴ亚洲情无码AV</a>| <a href="http://bjmyhfc.com" target="_blank">jjzz亚洲亚洲女人</a>| <a href="http://25gh.com" target="_blank">一级特黄录像免费播放肥</a>| <a href="http://jipiao020.com" target="_blank">人人狠狠综合久久亚洲88</a>| <a href="http://yy9977.com" target="_blank">无码人妻丰满熟妇区免费</a>| <a href="http://666za.com" target="_blank">亚洲国产视频网站</a>| <a href="http://222222se.com" target="_blank">免费观看毛片视频</a>| <a href="http://ytshdiping.com" target="_blank">香蕉视频在线观看免费</a>| <a href="http://jiuse54.com" target="_blank">亚洲色WWW成人永久网址</a>| <a href="http://5gi555.com" target="_blank">亚洲视频在线免费观看</a>| <a href="http://xin-matai.com" target="_blank">国产成人精品亚洲2020</a>| <a href="http://bwgdbjb.com" target="_blank">四虎影视在线永久免费看黄</a>| <a href="http://haoda8.com" target="_blank">v片免费在线观看</a>| <a href="http://dasheng178.com" target="_blank">久久精品亚洲综合一品</a>| <a href="http://www5g9.com" target="_blank">在线观看H网址免费入口</a>| <a href="http://286513.com" target="_blank">国产亚洲综合一区二区三区</a>| <a href="http://33dh2.com" target="_blank">国产综合精品久久亚洲</a>| <a href="http://wwwbu610.com" target="_blank">四虎免费影院ww4164h</a>| <a href="http://82nnn.com" target="_blank">亚洲日本中文字幕天天更新 </a>| <a href="http://www222yy.com" target="_blank">亚洲国产精品一区二区成人片国内 </a>| <a href="http://lookvod.com" target="_blank">午夜免费福利在线</a>| <a href="http://tv886.com" target="_blank">国产黄片不卡免费</a>| <a href="http://gz-shunan.com" target="_blank">亚洲美女在线观看播放</a>| <a href="http://cc45987.com" target="_blank">国产精品色午夜视频免费看</a>| <a href="http://singbomb.com" target="_blank">在线观看人成视频免费无遮挡</a>| <a href="http://666mou.com" target="_blank">亚洲日韩在线视频</a>| <a href="http://w6446.com" target="_blank">亚洲?v无码国产在丝袜线观看</a>| <a href="http://qu41.com" target="_blank">免费人成在线观看网站品爱网</a>| <a href="http://k8h9.com" target="_blank">国产亚洲精品2021自在线</a>| <a href="http://cztshw.com" target="_blank">久久久久亚洲精品影视</a>| <a href="http://88109a.com" target="_blank">国产国产成年年人免费看片</a>| <a href="http://wanguoshan.com" target="_blank">毛片无码免费无码播放</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>