码迷,mamicode.com
首页 > 其他好文 > 详细

struts2错误验证

时间:2014-09-04 20:51:20      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   java   ar   2014   art   div   cti   

  在登陆的时候一般要用错误验证功能。效果如图:

bubuko.com,布布扣

在action层的写法:

    this.addActionError("username或password错误");
在jsp页面上取值:

<s:actionerror></s:actionerror>
记得在jsp页面加入?<%@ taglib prefix="s" uri="/struts-tags"%>就能够了



struts2错误验证

标签:blog   http   io   java   ar   2014   art   div   cti   

原文地址:http://www.cnblogs.com/hrhguanli/p/3956809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!