在登陆的时候一般要用错误验证功能。效果如图:
在action层的写法:
this.addActionError("username或password错误");
<s:actionerror></s:actionerror>
struts2错误验证
原文:http://www.cnblogs.com/hrhguanli/p/3956809.html